Skip to content

Commit 42ca702

Browse files
author
HenriqueLimas
committed
Change release commit message 🔧
1 parent df38583 commit 42ca702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "microbundle watch",
1212
"lint": "eslint src/**/*.ts",
1313
"prepublishOnly": "npm run build",
14-
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
14+
"release": "npm t && git commit -am \"$npm_package_version 🚀\" && git tag $npm_package_version && git push && git push --tags && npm publish",
1515
"test": "jest"
1616
},
1717
"files": [

0 commit comments

Comments
 (0)