fix: cleanup commit message

This commit is contained in:
Mikeal Rogers 2019-09-10 03:16:38 +00:00
parent 58b0f343d5
commit f33f9eed76
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const run = async () => {
exec(`git commit -a --amend --no-edit`)
exec(`git checkout master`)
exec(`git merge tmp`)
exec(`git commit --amend -m "${newVersion} published"`)
exec(`git commit --amend -m "${newVersion}"`)
exec(`npm publish --access=public`)
exec(`git push merge-release master`)
exec(`git tag ${newVersion}`)