Skip to content

Commit

Permalink
Make release instructions more clear (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Sep 13, 2023
1 parent 6b7dad6 commit d7f191d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Please ensure these items are checked before merging.
- [ ] All CI checks pass
- [ ] Lookbook opens in a browser
- [ ] Successful integration test with github.com as a primary consumer of Primer View Components
- [ ] Install the npm release candidate in `npm-workspaces/primer/`
- [ ] Use `bin/vendor-gem` to update `primer_view_components` gem
- [ ] Install the npm release candidate: `npm i -w ./npm-workspaces/primer/ @primer/view-components@next`
- [ ] Update `primer_view_components` gem: `script/vendor-gem https://github.com/primer/view_components.git -r changeset-release/main`
- [ ] Verify no new build errors appear
- [ ] Verify no new linting errors appear
- [ ] Manually test critical paths
Expand Down

0 comments on commit d7f191d

Please sign in to comment.