Skip to content

Commit 8ada02e

Browse files
committed
Don't require tags to be signed
1 parent 1b850bb commit 8ada02e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ function makeUpgradeTask(upgradeType) {
183183
'git',
184184
[
185185
'tag',
186-
'--sign',
187186
'--message',
188187
`Automatic ${upgradeType} upgrade of ${name} to ${newVersion} (from ${version})`,
189188
`${name}_${newVersion}`,

0 commit comments

Comments
 (0)