Skip to content

Commit

Permalink
fix: do not skip ci on release version update
Browse files Browse the repository at this point in the history
Because that prevents netfllify from pulling the updated package version after release.
As a result users get the latest UI but the version shows one behind.
  • Loading branch information
Ivelin Ivanov authored May 20, 2020
1 parent b405f69 commit 17bdd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
"assets": [
Expand Down

0 comments on commit 17bdd26

Please sign in to comment.