Skip to content

Commit

Permalink
fix(#155): bump version upon release (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Oct 14, 2024
1 parent 6712952 commit 85cacd0
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
],
"@semantic-release/github"
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version}"
}
]
]
}

0 comments on commit 85cacd0

Please sign in to comment.