We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c24171 commit 0702242Copy full SHA for 0702242
lib/promote_release.js
@@ -246,7 +246,7 @@ class ReleasePromotion {
246
'../node_modules/.bin/git-secure-tag' + (isWindows ? '.cmd' : '')
247
);
248
249
- const releaseInfo = isLTS ? `'${ltsCodename}' (LTS)` : '(Current)';
+ const releaseInfo = isLTS ? `${ltsCodename} (LTS)` : '(Current)';
250
const secureTagOptions = [
251
`v${version}`,
252
this.getCommitSha(),
0 commit comments