7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
{
|
||
|
"commitMessage": "version %s",
|
||
|
"tagName": "%s",
|
||
|
"scripts": {
|
||
|
"postcommit": "git push && git push --tags && npm publish"
|
||
|
}
|
||
|
}
|