Skip to content

Commit

Permalink
update release readme file (#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
subodh1810 committed Sep 2, 2021
1 parent 8d2cd1e commit 95171b8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

## 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
Trigger the Github Action Release Open Source Airbyte (https://github.com/airbytehq/airbyte/actions/workflows/release-airbyte-os.yml)
# Merge PR created by the Github Action
git checkout master
./tools/bin/tag_version.sh
```

0 comments on commit 95171b8

Please sign in to comment.