Skip to content

Commit d65fd6a

Browse files
committed
fixup! add gh release create note
1 parent 79d3789 commit d65fd6a

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
@@ -222,7 +222,7 @@ export default class ReleasePromotion extends Session {
222222
cli.separator();
223223
cli.info(
224224
'awk \'' +
225-
`/^## ${this.date.replaceAll('.', '\\.')}, Version ${this.version.replaceAll('.', '\\.')}/,` +
225+
`/^## ${this.date}, Version ${this.version.replaceAll('.', '\\.')} /,` +
226226
'/^<a id="[0-9]+\\.[0-9]+\\.[0-9]+"><\\x2fa>$/{' +
227227
'print buf; if(firstLine == "") firstLine = $0; else buf = $0' +
228228
`}' doc/changelogs/CHANGELOG_V${

0 commit comments

Comments
 (0)