1
0
mirror of synced 2026-01-23 04:02:42 -05:00
Files
airbyte/tools
Davin Chia 25f68b518b Only run a subset of Acceptance Tests for Kube. (#4397)
Only run Discover and 2 Syncs for Kube since these are already run as part of Docker acceptance tests. There is little value in rerunning; these also take a long time since it can take a while for Kube pods to spin up.
2021-06-29 17:16:45 +08:00
..
2020-11-09 11:00:11 -08: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