Skip to content

Commit

Permalink
ci: add prefix for providers in changelog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Sep 4, 2022
1 parent fc5332a commit b495cf0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
release-type: python
extra-files: |
tackle/__init__.py
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"perf","section":"Performance Improvements","hidden":false},
{"type":"refactor","section":"Refactors","hidden":false},
{"type":"revert","section":"Reversions","hidden":false},
{"type":"provider","section":"Provider Changes","hidden":false}
]
# Release to pypi if previous action resulted in creating a new release which
# happens when the release-please PR is merged
Expand Down

0 comments on commit b495cf0

Please sign in to comment.