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
In order to cut a new patch release from an existing release branch `release-X.Y`, follow these steps:
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`.
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
+
- Publish the above release notes.
10
+
11
+
## New Minor Release (vX.Y.0)
12
+
13
+
In order to cut a new minor release, follow these steps:
14
+
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`.
17
+
- 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