Skip to content

Commit

Permalink
👷 ci: fix creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
omidnikrah committed Dec 13, 2024
1 parent 921fe19 commit afb75c7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"parserOpts": {
"headerPattern": "^[^a-zA-Z0-9]*(\\w*)(?:\\((.*)\\))?:\\s*(.*)$",
"headerCorrespondence": ["type", "scope", "subject"]
}
}
],
[
"semantic-release-gitmoji",
{
Expand Down Expand Up @@ -93,6 +83,5 @@
"message": "💥 chore: v${nextRelease.version} [skip ci]"
}
]
],
"publish": false
]
}

0 comments on commit afb75c7

Please sign in to comment.