* add support for bumpversion * use separate bump versions * temporarily disable building artifacts for testing * Bump version: 0.8.0-alpha → 0.8.1-alpha * remove sed call * Bump version: 0.8.1-alpha → 0.8.2-alpha * update message at end of script * re-enable building artifacts * manually revert bumping * improve instructions * fix * after writing the PR desc this should just be in docs
268 B
268 B
Tools
Releasing a new version
git branch -b your-release-branch
./tools/bin/release_version.sh patch # or minor or major
git push --set-upstream origin your-release-branch
# create PR from branch
# merge PR
git checkout master
./tools/bin/tag_version.sh