Skip to content

Commit

Permalink
Merge pull request #44 from leoisl/release-please-changelog
Browse files Browse the repository at this point in the history
ci: updating the messages in release please changelog
  • Loading branch information
leoisl authored Dec 15, 2023
2 parents 93ec592 + d0822ff commit 799cece
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ jobs:
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": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]
token: ${{ secrets.RELEASEPLEASEPAT }}

0 comments on commit 799cece

Please sign in to comment.