dont append '0' to tag name
This commit is contained in:
parent
f3f92cdfdf
commit
4e7dff3922
@ -8,7 +8,7 @@ const expand = expandTemplate();
|
||||
function tagFromVersion (version) {
|
||||
const mj = major(version);
|
||||
const mn = minor(version);
|
||||
return `v${mj}.${mn}.0`;
|
||||
return `v${mj}.${mn}`;
|
||||
}
|
||||
|
||||
export function localPlace (opts) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user