You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
In order to cut a new patch release from an existing release branch `release-X.Y`, follow these steps:
6
6
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`.
8
8
- Draft the [new release notes], and share them with the rest of the team to ensure that all the required information is included.
9
9
- Publish the above release notes.
10
10
@@ -13,11 +13,12 @@ In order to cut a new patch release from an existing release branch `release-X.Y
13
13
In order to cut a new minor release, follow these steps:
14
14
15
15
- 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`.
17
19
- Draft the [new release notes], and share them with the rest of the team to ensure that all the required information is included.
0 commit comments