Skip to content

Commit 11876fa

Browse files
authored
Merge pull request #503 from phisco/dev/remember-rc
2 parents 30a1489 + 02922ac commit 11876fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In order to cut a new patch release from an existing release branch `release-X.Y`, follow these steps:
66

7-
- Run the [Tag workflow][tag-workflow] on the `release-X.Y`branch with the proper release version, `vX.Y.Z`. Message suggested, but not required: `Release vX.Y.Z`.
7+
- Run the [Tag workflow][tag-workflow] on the `release-X.Y` branch with the proper release version, `vX.Y.Z`. Message suggested, but not required: `Release vX.Y.Z`.
88
- Draft the [new release notes], and share them with the rest of the team to ensure that all the required information is included.
99
- Publish the above release notes.
1010

@@ -13,11 +13,12 @@ In order to cut a new patch release from an existing release branch `release-X.Y
1313
In order to cut a new minor release, follow these steps:
1414

1515
- Create a new release branch `release-X.Y` from `master`, using the [GitHub UI][create-branch].
16-
- Run the [Tag workflow][tag-workflow] on the `release-X.Y`branch with the proper release version, `vX.Y.0`. Message suggested, but not required: `Release vX.Y.0`.
16+
- Create and merge an empty commit to the `master` branch, if required to have it at least one commit ahead of the release branch.
17+
- Run the [Tag workflow][tag-workflow] on the `master` branch with the release candidate tag for the next release, so `vX.<Y+1>.0-rc.0`.
18+
- Run the [Tag workflow][tag-workflow] on the `release-X.Y` branch with the proper release version, `vX.Y.0`. Message suggested, but not required: `Release vX.Y.0`.
1719
- Draft the [new release notes], and share them with the rest of the team to ensure that all the required information is included.
1820
- Publish the above release notes.
1921

20-
2122
<!-- Named Links -->
2223
[create-branch]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository
2324
[new release notes]: https://github.com/crossplane/crossplane-runtime/releases/new

0 commit comments

Comments
 (0)