Skip to content

Commit

Permalink
build: allow release-please to release on more scopes (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 23, 2024
1 parent c3fab98 commit e059397
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@
]
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" }
]
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit e059397

Please sign in to comment.