Skip to content

Commit

Permalink
chore: workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Apr 28, 2024
1 parent fea9685 commit 3682e48
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"branches": ["main"],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
}],"@semantic-release/github",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/changelog",
["@semantic-release/exec", {
"prepareCmd": "./release.sh -f private -v ${nextRelease.version} -r \"${nextRelease.notes}\""
Expand Down

0 comments on commit 3682e48

Please sign in to comment.