1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/tools
Jared Rhizor 32ee10e76d snowflake gcs staging (#3183)
* spec

* snowflake gcs

* spec comment

* fmt

* remove sout

* add docs

* format

* respond to comments

* fix

* bump to 0.3.3
2021-05-04 09:59:32 -07:00
..
2021-05-04 09:59:32 -07: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