Skip to content

fix(scripts): sed error in release script#3488

Merged
CHr15F0x merged 1 commit into
mainfrom
chris/fix-rel-script
Jun 23, 2026
Merged

fix(scripts): sed error in release script#3488
CHr15F0x merged 1 commit into
mainfrom
chris/fix-rel-script

Conversation

@CHr15F0x

Copy link
Copy Markdown
Contributor

TL;DR

-E (extended regex) in do_sed requires we escape { or else it'll be treated as a beginning of a regex interval {n,m}.


Encountered during the release today:

Updating dependencies for crates/common/Cargo.toml...
sed: -e expression #1, char 83: Unmatched \{

@CHr15F0x CHr15F0x marked this pull request as ready for review June 23, 2026 12:10
@CHr15F0x CHr15F0x requested a review from a team as a code owner June 23, 2026 12:10
@CHr15F0x CHr15F0x merged commit 58478e2 into main Jun 23, 2026
12 checks passed
@CHr15F0x CHr15F0x deleted the chris/fix-rel-script branch June 23, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants