We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b0f34 commit f33f9eeCopy full SHA for f33f9ee
merge-release-run.js
@@ -62,7 +62,7 @@ const run = async () => {
62
exec(`git commit -a --amend --no-edit`)
63
exec(`git checkout master`)
64
exec(`git merge tmp`)
65
- exec(`git commit --amend -m "${newVersion} published"`)
+ exec(`git commit --amend -m "${newVersion}"`)
66
exec(`npm publish --access=public`)
67
exec(`git push merge-release master`)
68
exec(`git tag ${newVersion}`)
0 commit comments