Skip to content

Commit 04c7558

Browse files
committed
Change the commit message when running the version script
1 parent db639cc commit 04c7558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "npm start && npm run testee",
1111
"testee": "testee test/browser.html --browsers firefox",
1212
"preversion": "npm run build && npm test",
13-
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
13+
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
1414
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
1515
"release:pre": "npm version prerelease && npm publish --tag=pre",
1616
"release:patch": "npm version patch && npm publish",

0 commit comments

Comments
 (0)