Skip to content

Commit 685e51b

Browse files
committed
Make bumping version easier
1 parent f2720de commit 685e51b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
message="v%s"

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"scripts": {
1111
"test": "mocha --reporter spec ./tests/*/test.js",
12-
"repl": "node ./src/LC-REPL.js"
12+
"repl": "node ./src/LC-REPL.js",
13+
"postversion": "git push && git push --tags"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)