Update release process template (#8711)

* Update release process with latest steps

* Added DevOps artifacts step

* Update .github/ISSUE_TEMPLATE/Release_Process.md

Co-Authored-By: PaulHigin <paulhi@microsoft.com>


Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
This commit is contained in:
Paul Higinbotham 2019-01-22 17:11:39 -08:00 committed by Travis Plunk
parent 3bf8d34f58
commit 0c2a8911d6

View File

@ -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`.