Skip to content

Commit

Permalink
ci: Use meltano/commitizen-version-bump (meltano#6665)
Browse files Browse the repository at this point in the history
* ci: Use `meltano/commitizen-version-bump`

To customize how Commitizen performs our version bump, Meltano and the SDK will now use https://github.com/meltano/commitizen-version-bump. It will be installed and used by `commitizen-action` in the `version_bump` GitHub workflow.

* Add `commitizen-version-bump` to dev deps
  • Loading branch information
WillDaSilva committed Aug 24, 2022
1 parent 40a8066 commit 84e58a2
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 194 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
push: "false"
changelog: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}
extra_requirements: 'git+https://github.com/meltano/commitizen-version-bump@main'
changelog_increment_filename: _changelog_fragment.md

- env:
Expand Down

0 comments on commit 84e58a2

Please sign in to comment.