Fix tag and release naming for release-it update
This commit is contained in:
parent
9db879374d
commit
75f2a70c7b
|
@ -5,14 +5,13 @@
|
|||
},
|
||||
"git": {
|
||||
"pushRepo": "git@github.com:filerjs/filer.git",
|
||||
"tagName": "v%s"
|
||||
"tagName": "v${version}"
|
||||
},
|
||||
"npm": {
|
||||
"publish": true
|
||||
},
|
||||
"github": {
|
||||
"pushRepo": "git@github.com:filerjs/filer.git",
|
||||
"release": true,
|
||||
"releaseName": "Filer.js %s Released"
|
||||
"release": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue