Skip to content

Commit

Permalink
add convetionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 15, 2023
1 parent c7fe71f commit 6984c2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ groups:
app: |
npx --yes \
-p semantic-release \
-p conventional-changelog-conventionalcommits \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
Expand Down
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"branches": ["main"],
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
[
"semantic-release-replace-plugin",
{
Expand Down

0 comments on commit 6984c2e

Please sign in to comment.