1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/tools
Jared Rhizor 0609011e05 fix connector base versioning (#2726)
* fix connector base versioning

* only run integration tests in non-bases directories

* upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists

* bump forgotten hubspot version

* fix build
2021-04-02 22:46:06 -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