File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,3 +136,10 @@ Making sure the release automation works:
13613610 . When a release is generated all open backport PRs should get a comment with a link to the new release.
13713711 . For version 13+ there should be a "release PR" generated by release-please, review and merge this to finalize the release.
13813812 . The release workflow will generate a release when the "release PR" merges.
139+
140+ Updating Release Version
141+
142+ * Each new release version will require a change to the release-please config's "release-as:" attribute.
143+ * Make sure to update the 'release-please-config.json' file at the root of the repository when adding a new version.
144+ * Once release/v14 is created this will mean that PRs will need to be made directly to the release/v13 branch to update the version there.
145+ * Main should have the version from the last created release branch.
Original file line number Diff line number Diff line change 11{
22 "bootstrap-sha" : " ab77bd4030512387b04480079c38aa54f8590eb9" ,
3- "release-as" : " v13.0.0 " ,
3+ "release-as" : " v13.1.3 " ,
44 "always-update" : true ,
55 "commit-search-depth" : 100 ,
66 "prerelease" : true ,
You can’t perform that action at this time.
0 commit comments