Skip to content

Commit e98e7af

Browse files
committed
let's try mversion to automate publishing, cf leaflet-extras/leaflet-providers#105
1 parent ef09fbc commit e98e7af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.mversionrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"commitMessage": "version %s",
3+
"tagName": "%s",
4+
"scripts": {
5+
"postcommit": "git push && git push --tags && npm publish"
6+
}
7+
}

0 commit comments

Comments
 (0)