Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 268 Bytes

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