Skip to content

Commit

Permalink
ci: Add prettier changelog messages
Browse files Browse the repository at this point in the history
  • Loading branch information
strakam authored and jdujava committed Sep 25, 2024
1 parent 850a037 commit 81a9bc5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// set default conventional commit => changelog sections mapping/appearance.
// absence defaults to https://git.io/JqCZL
"changelog-sections": [
{ type: 'feat', section: '🚀 Features' },
{ type: 'feature', section: '🚀 Features' },
{ type: 'fix', section: '🐛 Bug Fixes' },
{ type: 'perf', section: 'Performance Improvements' },
{ type: 'revert', section: 'Reverts' },
{ type: 'docs', section: 'Documentation', hidden: true },
{ type: 'style', section: 'Styles', hidden: true },
{ type: 'chore', section: 'Miscellaneous Chores', hidden: true },
{ type: 'refactor', section: '🛠️ Code Refactoring', hidden: false },
{ type: 'test', section: 'Tests', hidden: true },
{ type: 'build', section: 'Build System', hidden: true },
{ type: 'ci', section: 'Continuous Integration', hidden: true }
]
}
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: python
manifest-file: .github/.release-please-manifest.json
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.2.0](https://github.com/strakam/Generals-RL/compare/v0.1.0...v0.2.0) (2024-09-24)
## [0.2.1](https://github.com/strakam/Generals-RL/compare/v0.1.0...v0.2.1) (2024-09-24)


### Features
Expand Down

0 comments on commit 81a9bc5

Please sign in to comment.