Fix tag and release naming for release-it update

This commit is contained in:
David Humphrey 2020-04-13 13:03:11 -04:00
parent 9db879374d
commit 75f2a70c7b
1 changed files with 2 additions and 3 deletions

View File

@ -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
}
}