Skip to content

Commit f649751

Browse files
TravisEz13RDIL
andauthored
Update release process template to clarify that most tasks are coordinated by the release pipeline (#9238)
Co-authored-by: Reece Dunham <me@rdil.rocks>
1 parent 14980aa commit f649751

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

.github/ISSUE_TEMPLATE/Release_Process.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,22 @@ Please **only** use this template if you are a maintainer.
2121
All release related changes should happen in this branch.
2222
- [ ] Prepare packages
2323
- [ ] Kick off coordinated build.
24-
- [ ] Sign the RPM package.
25-
- [ ] Install and verify the packages.
26-
- [ ] Trigger the docker staging builds (signing must be done).
27-
- [ ] Run tests on all supported Linux distributions and publish results.
28-
- [ ] Update documentation, and scripts.
29-
- [ ] Update [CHANGELOG.md](../../CHANGELOG.md) with the finalized change log draft.
30-
- [ ] Stage a PR to master to update other documents and
31-
scripts to use the new package names, links, and `metadata.json`.
3224
- [ ] Kick off Release pipeline.
33-
- [ ] Create the release tag and push the tag to `PowerShell/PowerShell` repository.
34-
- [ ] For preview releases,
35-
merge the release branch to GitHub `master` with a merge commit.
36-
- [ ] For non-preview releases,
37-
make sure all changes are either already in master or have a PR open.
38-
- [ ] Delete the release branch.
39-
- [ ] Trigger the docker image release.
40-
- [ ] Retain builds.
25+
- *These tasks are orchestrated by the release pipeline, but here as status to the community.*
26+
- [ ] Prepare packages
27+
- [ ] Sign the RPM package.
28+
- [ ] Install and verify the packages.
29+
- [ ] Trigger the docker staging builds (signing must be done).
30+
- [ ] Create the release tag and push the tag to `PowerShell/PowerShell` repository.
31+
- [ ] Run tests on all supported Linux distributions and publish results.
32+
- [ ] Update documentation, and scripts.
33+
- [ ] Update [CHANGELOG.md](../../CHANGELOG.md) with the finalized change log draft.
34+
- [ ] Stage a PR to master to update other documents and
35+
scripts to use the new package names, links, and `metadata.json`.
36+
- [ ] For preview releases,
37+
merge the release branch to GitHub `master` with a merge commit.
38+
- [ ] For non-preview releases,
39+
make sure all changes are either already in master or have a PR open.
40+
- [ ] Delete the release branch.
41+
- [ ] Trigger the Docker image release.
42+
- [ ] Retain builds.

0 commit comments

Comments
 (0)