Skip to content

Commit

Permalink
chore: add release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus authored Oct 20, 2024
1 parent 3b04796 commit 8e39242
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"release-type": "java",
"package-name": "OldCombatMechanics",
"bump-minor-pre-major": true,
"first-release": true,
"extra-files": ["build.gradle.kts"],
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"changelog-types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "chore", "section": "Miscellaneous Chores"},
{"type": "refactor", "section": "Refactoring"},
{"type": "test", "section": "Tests"}
]
}

0 comments on commit 8e39242

Please sign in to comment.