Skip to content

Commit

Permalink
ci: add release-please-config
Browse files Browse the repository at this point in the history
  • Loading branch information
iPromKnight committed Jan 4, 2025
1 parent 89d2f44 commit b6b61fb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"changelog-sections": [
{ "type": "feat", "section": "πŸš€ New Features", "hidden": false },
{ "type": "feature", "section": "πŸš€ New Features", "hidden": false },
{ "type": "enhance", "section": "πŸ’… Enhancements", "hidden": false },
{ "type": "fix", "section": "πŸ”₯ Bug Fixes", "hidden": false },
{ "type": "perf", "section": "πŸƒ Performance Improvements", "hidden": false },
{ "type": "revert", "section": "↩️ Reverts", "hidden": true },
{ "type": "docs", "section": "πŸ“š Documentation", "hidden": false },
{ "type": "style", "section": "🎨 Code Style", "hidden": false },
{ "type": "chore", "section": "βš™οΈ Chores", "hidden": false },
{ "type": "refactor", "section": "⌨️ Code Refactoring", "hidden": false },
{ "type": "test", "section": "πŸ§ͺ Automated Testing", "hidden": false },
{ "type": "build", "section": "πŸ› οΈ Build System", "hidden": false },
{ "type": "ci", "section": "πŸ“¦ CI Improvements", "hidden": false }
]
}
}
}

0 comments on commit b6b61fb

Please sign in to comment.