Skip to content

Commit

Permalink
feat: setup cli
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-tessem committed Jun 2, 2023
1 parent b1c2ae9 commit 7174fd2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,28 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"preset": "conventionalcommits",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"presetConfig": {
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "angular",
"preset": "conventionalcommits",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
Expand Down

0 comments on commit 7174fd2

Please sign in to comment.