diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json new file mode 100644 index 0000000..5e004ca --- /dev/null +++ b/.github/.release-please-manifest.json @@ -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 } + ] +} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e74a265..b0f8988 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 819e5fa..4779a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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