Skip to content

Commit

Permalink
fix: Fix the script that's run by semantic-release
Browse files Browse the repository at this point in the history
I did a dumb. I changed the name of he script that updates the package headers before a release, but
I didn't tell `semantic-release-exec` that I'd changed it. 😬
  • Loading branch information
trezy committed Dec 18, 2018
1 parent d1afc6c commit aca8d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/exec", {
"prepareCmd": "./scripts/update-version ${nextRelease.version}"
"prepareCmd": "./scripts/updatePackageHeader.js ${nextRelease.version}"
}]
]
},
Expand Down

0 comments on commit aca8d63

Please sign in to comment.