<li>org.simantics.sdk feature version bump</li>\r
<li>org.simantics.sdk.repository project version bump</li>\r
</ul>\r
-<p>Perform and push the changes by running:</p>\r
-<pre><code>./release-helper.sh $version $branch $user bump-master-version 1.35.0 1.36.0\r
+<p>Perform and push the changes <em>in master</em> by running:</p>\r
+<pre><code>branch=master\r
+./release-helper.sh $version $branch $user checkout\r
+./release-helper.sh $version $branch $user bump-master-version x.y.z X.Y.Z\r
./release-helper.sh $version $branch $user push\r
</code></pre>\r
+where <code>x.y.z</code> is the old version number of master and <code>X.Y.Z</code> is the new version number.\r
<h3>Test Release Train build</h3>\r
<p>Trigger an execution of the <a href="https://www.simantics.org/jenkins/job/simantics-release-train/">simantics-release-train</a> Jenkins job with parameters</p>\r
<ul>\r
* 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