Skip to content

Commit

Permalink
fixup! add gh release create note
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jul 22, 2024
1 parent 79d3789 commit d65fd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/promote_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default class ReleasePromotion extends Session {
cli.separator();
cli.info(
'awk \'' +
`/^## ${this.date.replaceAll('.', '\\.')}, Version ${this.version.replaceAll('.', '\\.')}/,` +
`/^## ${this.date}, Version ${this.version.replaceAll('.', '\\.')} /,` +
'/^<a id="[0-9]+\\.[0-9]+\\.[0-9]+"><\\x2fa>$/{' +
'print buf; if(firstLine == "") firstLine = $0; else buf = $0' +
`}' doc/changelogs/CHANGELOG_V${
Expand Down

0 comments on commit d65fd6a

Please sign in to comment.