File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ When we are ready to release a new version of Gaia this is the process to follow
205205 ` ` ` shell
206206 git add -u
207207 git commit -m " Bump Gaia version to 0.3.0-beta"
208- git branch --set-upstream-to origin gaia-release-0.3.0-beta
208+ git push --set-upstream origin gaia-release-0.3.0-beta
209209 # Create a PR to push the change into master.
210210 ` ` `
2112116. Create a tag reflecting the new version:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include(UseJava)
1414
1515enable_testing ()
1616
17- project (production VERSION 0.3.2 )
17+ project (production VERSION 0.3.3 )
1818
1919# Sets the pre-release version which will be appended to the
2020# product version: 0.1.0-alpha.
You can’t perform that action at this time.
0 commit comments