Skip to content

Commit

Permalink
fix: display all changelog-types (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Oct 23, 2023
1 parent 89398f2 commit d4eddf1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
release-type: ruby
token: ${{secrets.GITHUB_TOKEN}}
version-file: "lib/itax_code/version.rb"
changelog-types: >
[
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false },
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]
- uses: actions/checkout@v4
if: ${{steps.release.outputs.release_created}}
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d4eddf1

Please sign in to comment.