You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please.sh mention: rip out obsolete logic and hand off to add-release-note
When generating the release notes of v2.40.0-rc0, I noticed in
git-for-windows/git#4316 (comment)
that a section was added unnecessarily.
The reason is that a crucial function was removed in
git-for-windows#457.
The plan was to retire the entire release process based on `please.sh`
and Azure Pipelines, and redo everything in git-for-windows-automation
via a `tag-git` workflow, but that workflow simply is not ready yet.
In preparation for those improved workflows, I already reimplemented the
`sed` logic of `please.sh mention [...]` with a more straight-forward
node.js script.
Let's just use that script in `please.sh mention` before phasing out the
functionality from `please.sh`.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments