Skip to content

Commit

Permalink
fix(ci): release job
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianLusina committed Aug 18, 2023
1 parent 99a5480 commit 5e11a44
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"],
"message": "chore(release): releasing ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}

0 comments on commit 5e11a44

Please sign in to comment.