Skip to content

Commit

Permalink
build(release-please): add changelog-sections (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed May 24, 2024
1 parent abda492 commit 8a3a0e3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,19 @@
}
]
}
}
},
"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", "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 }
]
}

0 comments on commit 8a3a0e3

Please sign in to comment.