Skip to content

Commit 1aadcdb

Browse files
committed
Update the process_release from develop changes
1 parent 16f4dbb commit 1aadcdb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

contributing/process_release.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@
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:

0 commit comments

Comments
 (0)