Skip to content

Commit 8c33978

Browse files
committed
Whoops, forgot to adjust some parts the the new lay of the land.
1 parent 9398d90 commit 8c33978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Releasing-Git-for-Windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ The release process of Git for Windows is ever-evolving. For now, it consists of
33
- Making sure that there are no unaddressed issues
44
- Rebasing Git for Windows' patches
55
- Opening a PR to kick off a PR build (and waiting for it to succeed)
6-
- Kicking off the "Git Artifacts" Azure Pipeline
6+
- Kicking off the `/git-artifacts` slash command
77
- Verifying that the resulting installer works
8-
- Kicking off the Azure Release Pipeline that publishes the release
8+
- Kicking off the `/release` slash command that publishes the release
99
- Pushing directly to `main` to close the PR and set the stage for the Azure Pipeline (at some stage during the `-rc<N>` cycle)
1010

1111
Note: the hardest part is traditonally preparing `-rc0` of every major release.
@@ -104,7 +104,7 @@ Add a PR comment with [the slash command `/git-artifacts`](https://github.com/gi
104104

105105
The idea here is to download the `Git-<version>-64-bit.exe` artifact from the workflow run, install it, and run through the "pre-flight check list" at https://github.com/git-for-windows/build-extra/blob/HEAD/installer/checklist.txt.
106106

107-
# Kicking off the Azure Release Pipeline that publishes the release
107+
# Kicking off the `/release` slash command that publishes the release
108108

109109
This one is _really_ easy (as long as nothing is broken...): add a PR comment with [the `/release` slash command](https://github.com/git-for-windows/gfw-helper-github-app?tab=readme-ov-file#release).
110110

0 commit comments

Comments
 (0)