File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5252 * Edit the DO schedule to set the `gitBranch` variable to the LTS branch.
5353 * Run the DO schedule.
5454 * After the build completes, edit the DO schedule to set the `gitBranch` variable back to develop.
55- * Merge the release branch (without updating the version) into develop and create an MR for this.
56- * Merge the release branch (without updating the version) into master and create an MR for this.
55+ * Using the GUI create a tag off the LTS branch (e.g. 1.36.1)
56+ * In the GUI go to `Repository -> Tags -> New tag`.
57+ * The name of the tag should be the LTS version with a 'v' at the front (e.g. v1.36.1).
58+ * Update the `createFrom` to point at the LTS branch.
59+ * Set the message to: `LTS release v<LTS version>` (e.g. "LTS release v1.36.1")
60+ * Merge the release branch (without updating the package version) into develop and create an MR for this.
61+ * Merge the release branch (without updating the package version) into master and create an MR for this.
5762
5863## Process for release
5964### Begin process release at the very beginning of the first sprint of a new release, by performing the following actions:
You can’t perform that action at this time.
0 commit comments