Skip to content

Commit

Permalink
chore: include docs commits on CHANGELOG (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Oct 23, 2024
1 parent a13b97e commit ccac80c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bootstrap-sha": "6cd3804556cc650b8c6d4a209ddb90555ebde6dc",
"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", "hidden": true },
{ "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 }
],
"packages": {
".": {
"release-type": "node",
Expand Down

0 comments on commit ccac80c

Please sign in to comment.