1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/tools/README.md
Jared Rhizor 6ef6f46382 use bumpversion for releasing (#1398)
* 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
2020-12-18 11:02:41 -08:00

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