Skip to content

Commit 0196904

Browse files
aduh95RafaelGSS
andauthored
Fix gh release create command suggestion
Co-authored-by: Rafael Gonzaga <[email protected]>
1 parent 5ccb474 commit 0196904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/promote_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default class ReleasePromotion extends Session {
199199
'/^<a id="[0-9]+\\.[0-9]+\\.[0-9]+"><\\x2fa>$/{' +
200200
'print buf; if(firstLine == "") firstLine = $0; else buf = $0' +
201201
`}' doc/changelogs/CHANGELOG_V${
202-
this.versionComponents.major}.md | gh release create ${this.version} --verify-tag --latest${
202+
this.versionComponents.major}.md | gh release create v${this.version} --verify-tag --latest${
203203
this.isLTS ? '=false' : ''} --title=${JSON.stringify(this.releaseTitle)} --notes-file -`);
204204
}
205205

0 commit comments

Comments
 (0)