Compare commits

..

No commits in common. "17e4b7cdf124c0185d2547f3536c76aef5d91e92" and "67068229f7d481b997d25b6796db3b5a4213fef9" have entirely different histories.

View file

@ -40,7 +40,7 @@ module.exports = {
[ [
"@semantic-release/exec", "@semantic-release/exec",
{ {
"generateNotesCmd": "echo ${nextRelease.version} > version.txt" "prepareCmd": "echo ${nextRelease.version} > version.txt"
} }
] ]
], ],