Skip to content

Commit 8bd01fe

Browse files
authored
ci: include rc testing steps in checkboxes with github release afterward (#576)
1 parent fe126f0 commit 8bd01fe

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,19 @@ jobs:
110110
PR_BODY=$(cat <<EOF
111111
### Summary
112112
113-
Release v${RELEASE_VERSION}. After merging, create a [GitHub Release](https://github.com/${{ github.repository }}/releases/new?tag=v${RELEASE_VERSION}&title=v${RELEASE_VERSION}) to tag and trigger the release pipeline.
113+
Release v${RELEASE_VERSION}.
114114
115115
### Testing
116116
117-
Install the [dev-build](https://github.com/slackapi/slack-cli/releases/tag/dev-build) and verify changes.
117+
- [ ] Confirm unit tests and E2E tests are passing on the [`main`](https://github.com/slackapi/slack-cli/commits/main) branch.
118+
- [ ] Confirm unit tests and E2E tests are passing on this PR.
119+
- [ ] Confirm the [dev-build](https://github.com/slackapi/slack-cli/releases/tag/dev-build) includes all commits since last release.
120+
- [ ] Review open issues or PRs on the "[Next Release](https://github.com/slackapi/slack-cli/milestones)" milestone.
121+
- [ ] Confirm the new version matches the expected next version.
122+
123+
### Reviewers
124+
125+
After merging, create a [GitHub Release](https://github.com/${{ github.repository }}/releases/new?tag=v${RELEASE_VERSION}&title=v${RELEASE_VERSION}) to tag the new version.
118126
119127
### Requirements
120128

0 commit comments

Comments
 (0)