Skip to content

Commit

Permalink
Merge pull request #416 from kohbis/update-changelog-sections
Browse files Browse the repository at this point in the history
chore: 🤖 Update release-please changelog-sections
  • Loading branch information
kohbis authored Sep 14, 2024
2 parents ef95483 + 6625f0f commit 8bb3d7e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"packages": {
".": {}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"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" },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
],
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {}
},
"release-type": "rust",
"sequential-calls": true
}

0 comments on commit 8bb3d7e

Please sign in to comment.