Skip to content

Commit

Permalink
ci: fix missing releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Nov 5, 2024
1 parent 9a2fa79 commit b783d47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tagFormat": "${version}",
"plugins": [
["@semantic-release/commit-analyzer", { "preset": "angular" }],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "preset": "angular" }],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "ci: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
]
}

0 comments on commit b783d47

Please sign in to comment.