Skip to content

Commit

Permalink
fix(Package): Add custom release message to trigger Python release
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 9, 2020
1 parent dc69cf3 commit efea733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@
},
"prettier": "@stencila/dev-config/prettier-config.json",
"release": {
"extends": "@stencila/semantic-release-config"
"extends": "@stencila/semantic-release-config",
"$comment": "With current CI setup is is necessary to override the message, so CI is not skipped on tag commits, so that Python package is released.",
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit efea733

Please sign in to comment.