Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/Release_Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ assignees: ''
---

<!--

This template is for maintainers to create an issues to track the release process.
Please **only** use this template if you are a maintainer.

-->

# Release Process for v6.x.x
Expand All @@ -22,21 +20,21 @@ Please **only** use this template if you are a maintainer.
- [ ] Create a private branch named `release/v6.x.x` in Azure DevOps repository.
All release related changes should happen in this branch.
- [ ] Prepare packages
- [ ] Kick off coordinated build
- [ ] Kick off coordinated build.
- [ ] Sign the RPM package.
- [ ] Install and verify the packages.
- [ ] Trigger the docker staging builds (signing must be done.)
- [ ] Run tests on all supported Linux distributions and publish results
- [ ] Trigger the docker staging builds (signing must be done).
- [ ] Run tests on all supported Linux distributions and publish results.
- [ ] Update documentation, and scripts.
- [ ] Update [CHANGELOG.md](../../CHANGELOG.md) with the finalized change log draft.
- [ ] Stage a PR to master to update other documents and
scripts to use the new package names, links, and `metadata.json`.
- [ ] Kick off Release pipeline
- [ ] Kick off Release pipeline.
- [ ] Create the release tag and push the tag to `PowerShell/PowerShell` repository.
- [ ] For preview releases,
merge the release branch to Github `master` with a merge commit.
merge the release branch to GitHub `master` with a merge commit.
- [ ] For non-preview releases,
make sure all changes are either already in master or have
make sure all changes are either already in master or have a PR open.
- [ ] Delete the release branch.
- [ ] Trigger the docker image release.
- [ ] Retain builds.