provider-aws
provider-aws copied to clipboard
Release v0.50.0 October 9, 2024
Checklist
- [ ] Create the new release branch with minor version, i.e.
release-0.21
forv0.21.0
.- You can use the existing branch for patch releases.
- [ ] Tag release by running
Tag
action in Github UI against release branch, i.e.release-X
branch.- Use v-prefixed version, like
v0.21.0
, for both description and tag.
- Use v-prefixed version, like
- [ ] Run
CI
action against release branch. - [ ] Tag the next pre-release by running
Tag
action in Github UI againstmaster
branch, if it's not a patch release.- The tag should be
v0.22.0-rc.0
if you're releasingv0.21.x
.
- The tag should be
- [ ] Validate that you can install the published version, basic sanity check.
- [ ] Run
Promote
action to promote it inalpha
channel if it's pre-1.0
. - [ ] Use Github UI to generate release notes.
- Make sure to scan all PRs marked with
breaking-change
and add instructions for users to handle them.
- Make sure to scan all PRs marked with
- [ ] Create the next release issue with a title that has its date, 4 weeks after the current release day.
- [ ] Announce in Slack, Twitter etc.