chore(release): v1.2.0
This commit is contained in:
@@ -402,8 +402,8 @@ program
|
||||
.commit(`chore(release): v${version}`, sign ? ["-S"] : [])
|
||||
.tag(
|
||||
sign
|
||||
? [`-s v${version}`, `-m "Version ${version}"`]
|
||||
: [`-a v${version}`, `-m "Version ${version}"`]
|
||||
? [`-s`, `v${version}`, `-m`, `"Version ${version}"`]
|
||||
: [`-a`, `v${version}`, `-m`, `"Version ${version}"`]
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user