Skip to content

Commit

Permalink
ci: Use meltano/commitizen-version-bump (#924)
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.

All of the customizations used by the SDK should continue to work unchanged: meltano/commitizen-version-bump@d049f8e

* Add `commitizen-version-bump` to dev deps
  • Loading branch information
WillDaSilva authored Aug 24, 2022
1 parent a3f570c commit 90f2d37
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 327 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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

- name: Draft Release
Expand Down
Loading

0 comments on commit 90f2d37

Please sign in to comment.