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
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/Release_Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ Please **only** use this template if you are a maintainer.

# Release Process for v6.x.x

- [ ] Verify that `PowerShell-Native` has been updated/released as needed.
- [ ] Check for `PowerShellGet` and `PackageManagement` release plans.
- [ ] Start process to sync Azure DevOps artifacts feed such as modules and NuGet packages.
- [ ] Create a private branch named `release-v6.x.x` in Azure Dev Ops repository.
All release related changes should happen in this branch.
- [ ] Run tests on all supported Linux distributions and publish results
- [ ] Prepare packages
- [ ] Build release packages
- [ ] Sign the MSI packages and 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
- [ ] Update documentation, and scripts.
- [ ] Update [CHANGELOG.md](../../CHANGELOG.md) with the finalized change log draft.
- [ ] Update other documents and scripts to use the new package names, links, and `metadata.json`.
Expand Down