1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Files
airbyte/tools
Jared Rhizor dfe1451aba add cli (#1922)
* add cli

* clean up

* generate

* fix dependency

* add go so we can install restish in build

* final fix to build

* rest of final fix to build
2021-02-19 14:56:13 -08:00
..
2021-02-19 14:56:13 -08:00
2020-11-09 11:00:11 -08:00
2020-10-29 08:50:12 -07:00
2021-01-25 11:23:08 -08:00

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