Skip to content

Commit 0382d8a

Browse files
fix: update release config to get proper version (#1958)
Signed-off-by: matttrach <matt.trachier@suse.com> Co-authored-by: Matt Trachier <matt.trachier@suse.com>
1 parent 16fa5a8 commit 0382d8a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,10 @@ Making sure the release automation works:
136136
10. When a release is generated all open backport PRs should get a comment with a link to the new release.
137137
11. For version 13+ there should be a "release PR" generated by release-please, review and merge this to finalize the release.
138138
12. 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.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)