Skip to content

Commit

Permalink
chore: release-please changelog section config OH-73
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Mar 22, 2024
1 parent 9b890c5 commit 4162772
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 @@ -4,7 +4,21 @@
"packages": {
".": {
"release-type": "node",
"package-name": "open-city-profile-ui"
"package-name": "open-city-profile-ui",
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "deps", "section": "Dependencies"},
{"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}
]
}
},
"plugins": ["sentence-case"]
Expand Down

0 comments on commit 4162772

Please sign in to comment.