Skip to content

Commit

Permalink
fix: don't use packages config for release please
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus authored Oct 20, 2024
1 parent b92e764 commit 7de3ecd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"release-type": "simple",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"packages": {
".": {
"package-name": "OldCombatMechanics",
"extra-files": [
"build.gradle.kts"
]
"package-name": "OldCombatMechanics",
"extra-files": [
{
"type": "generic",
"path": "build.gradle.kts"
}
},
],
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
Expand Down

0 comments on commit 7de3ecd

Please sign in to comment.