PowerToys/doc/releases/template.md

36 lines
1.8 KiB
Markdown
Raw Normal View History

2020-12-29 23:48:23 +01:00
# Release Checklist - v0.XX
2020-12-30 02:06:42 +01:00
## Leading to release
2020-12-29 23:48:23 +01:00
- [ ] Readme Update created
2021-03-28 03:12:36 +02:00
- [ ] Go through current release's [project board](https://github.com/microsoft/PowerToys/projects) and note any completed high-level feature work (recognizing any community contributions)
- [ ] Go through [PRs merged since the last release](https://github.com/microsoft/PowerToys/pulls?q=is%3Apr+merged%3A%3E2021-03-01) and note any significant feature work & improvements (recognizing any community contributions)
2021-03-28 03:44:48 +02:00
- The above link queries for results since March 1st, 2021. Update to appropriate start date for desired release.
2021-03-28 03:12:36 +02:00
- [ ] Go through all [open issues with the "Resolution-Fix-Committed" tags](https://github.com/microsoft/PowerToys/issues?q=is%3Aissue+is%3Aopen+label%3AResolution-Fix-Committed+) and note any significant bug fixes/improvements (recognizing any community contributions)
2021-03-28 03:44:48 +02:00
- [ ] Draft Readme based on notes from above
- [ ] Open PR for readme the week before release so engineering team and community can provide feedback
- [ ] Merge into master branch after latest release goes live
- [ ] Microsoft Docs Update created
# TODO
2020-12-29 23:48:23 +01:00
- [ ] Release template updated with any new features / updates for testing
## Testing
2020-12-29 23:48:23 +01:00
see [Checklist template for testing](tests-checklist-template.md)
2020-12-29 23:48:23 +01:00
## Staging release
- [ ] Release template updated with any new features / updates for testing
- [ ] Create Release and base off Readme Update PR
- [ ] Upload exe
- [ ] Upload symbols
2020-12-30 02:00:37 +01:00
- [ ] Create YAML for [winget-pkgs](https://github.com/microsoft/winget-pkgs)
2020-12-29 23:48:23 +01:00
## Releasing
- [ ] Push live
- [ ] Merge Readme PR live
2020-12-30 02:00:37 +01:00
- [ ] Merge Docs.Microsoft live
- [ ] Submit PR to [winget-pkgs](https://github.com/microsoft/winget-pkgs)
2020-12-30 01:59:57 +01:00
Based on [wiki](https://github.com/microsoft/PowerToys/wiki/Release-check-list)