Skip to content

Commit

Permalink
fix: return of the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus authored Oct 20, 2024
1 parent 1540902 commit 56dd66a
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"release-type": "simple",
"package-name": "OldCombatMechanics",
"extra-files": [
{
"type": "generic",
"path": "build.gradle.kts"
"packages": {
".": {
"package-name": "OldCombatMechanics",
"release-type": "simple",
"extra-files": [
{
"type": "generic",
"path": "build.gradle.kts"
}
],
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "refactor", "section": "Refactoring"},
{"type": "test", "section": "Tests"}
]
}
],
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "refactor", "section": "Refactoring"},
{"type": "test", "section": "Tests"}
]
}
}

0 comments on commit 56dd66a

Please sign in to comment.