Skip to content

Commit

Permalink
ci(release-please): add changelog-type (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowentan committed Dec 2, 2022
1 parent 7d366a2 commit 56558f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GH_AC_PAT }}
release-type: python
prerelease: true
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
extra-files: |
action.yml
.github/workflows/build-publish.yml
Expand Down

0 comments on commit 56558f7

Please sign in to comment.