From d6223fdc91d3355c12a952e5186dcc4e56407618 Mon Sep 17 00:00:00 2001
From: Tuukka Lehtonen
Perform and push the changes by running:
-./release-helper.sh $version $branch $user bump-master-version 1.35.0 1.36.0
+Perform and push the changes in master by running:
+branch=master
+./release-helper.sh $version $branch $user checkout
+./release-helper.sh $version $branch $user bump-master-version x.y.z X.Y.Z
./release-helper.sh $version $branch $user push
+where x.y.z
is the old version number of master and X.Y.Z
is the new version number.
Test Release Train build
Trigger an execution of the simantics-release-train Jenkins job with parameters
diff --git a/releng/doc/release.md b/releng/doc/release.md
index e3749dccf..fc8fcbf81 100644
--- a/releng/doc/release.md
+++ b/releng/doc/release.md
@@ -161,11 +161,15 @@ The changes include:
* org.simantics.sdk feature version bump
* org.simantics.sdk.repository project version bump
-Perform and push the changes by running:
+Perform and push the changes *in master* by running:
- ./release-helper.sh $version $branch $user bump-master-version 1.35.0 1.36.0
+ branch=master
+ ./release-helper.sh $version $branch $user checkout
+ ./release-helper.sh $version $branch $user bump-master-version x.y.z X.Y.Z
./release-helper.sh $version $branch $user push
+where `x.y.z` is the old version number of master and `X.Y.Z` is the new version number.
+
### Test Release Train build
Trigger an execution of the [simantics-release-train](https://www.simantics.org/jenkins/job/simantics-release-train/) Jenkins job with parameters
--
2.47.1