Skip to content

Commit

Permalink
ci(release-please): add all scopes for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed May 28, 2024
1 parent a8aa241 commit dfa7be4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
}
},
"changelog-sections": [
{ "type": "build", "section": "Build system & distribution", "hidden": false }
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build system & distribution", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit dfa7be4

Please sign in to comment.