Skip to content

Commit

Permalink
ci: fix release (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto authored Sep 30, 2023
1 parent 0789e31 commit 30b16ed
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion server/.config/semantic-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,22 @@
"type": "update",
"scope": "bind",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "style",
"release": "patch"
}
]
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES"
]
}
}],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
Expand Down

0 comments on commit 30b16ed

Please sign in to comment.