From 557f5a318758315e07e03d9c179639e6e6b51854 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 11 May 2023 11:13:43 -0500 Subject: [PATCH] Create release-checklist.md --- playbooks/release-checklist.md | 50 ++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 playbooks/release-checklist.md diff --git a/playbooks/release-checklist.md b/playbooks/release-checklist.md new file mode 100644 index 0000000..ea7c46f --- /dev/null +++ b/playbooks/release-checklist.md @@ -0,0 +1,50 @@ +# Release Checklist + + + +**Status:** Unreleased | Prerelease | Stable +**Preview date:** TODO +**Target date:** TODO +**Changelog:** TODO # Fill out after publishing a version + +### Timeline + +- Monday + - Publish release candidate +- Tuesday +- Wednesday + - Promote to stable +- Thursday + +### Release checklist + +- [ ] Determine scope of changed items (and dependencies) +- [ ] Verify new behavior +- [ ] Verify no regressions have occurred +- [ ] Create release candidate and PR against internal properties +- [ ] Create stable release and publish to next +- [ ] Push git tag and create changelog +- [ ] Switch next tag to latest for changed packages + +**Browser support** + +- [ ] Chrome +- [ ] Safari +- [ ] Firefox +- [ ] Edge +- [ ] IE11 + +**Screen reader support** + +- [ ] JAWS +- [ ] NVDA +- [ ] VoiceOver on macOS +- [ ] VoiceOver on iOS + +### Smoke tests + + + +- [ ] Team A +- [ ] Team B +- [ ] Team C