Skip to content

Commit

Permalink
Update release checklist (MaterializeInc#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor authored Aug 31, 2020
1 parent 142bc2f commit d54adcc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ about: >
> unknown
- [ ] Link to this issue in the #release Slack channel.

If there are open milestone blockers, clarify if they should block this release until
they're merged.

[blocker-search]: https://github.com/MaterializeInc/materialize/issues?q=is%3Aissue+is%3Aopen+label%3AM-milestone-blocker

## Release candidate
Expand All @@ -28,14 +31,16 @@ production readiness.

### Create the release candidate

- [ ] Choose the commit for the release. Unless there are open release blockers above,
this should just be the head commit of the main branch. Checkout that commit.
- [ ] Choose the name for the release candidate following the format
`v<VERSION>-rc<N>`, where _N_ starts at 1. For example, the first RC for
v0.2.3 would be called v0.2.3-rc1. Use that to run the `bin/mkrelease`
script:

```shell
tag=v<VERSION>-rc<N>
bin/mkrelease $tag
bin/mkrelease -b rel-$tag $tag
git push origin $tag
```

Expand Down

0 comments on commit d54adcc

Please sign in to comment.