Skip to content

Commit

Permalink
revert: ret section config
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Mar 22, 2024
1 parent 06cfe51 commit 47e732e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
".": {
"release-type": "node",
"changelog-sections": [
{"type": "docs", "section": "Documentation"}
{"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}
]
}
},
Expand Down

0 comments on commit 47e732e

Please sign in to comment.