Skip to content

Commit c8fa501

Browse files
roypatShadowCurse
authored andcommitted
chore: update release-prepare.sh to deal with less escaped markdown
Thanks to mdformat no longer escaping brackets everywhere, we can simplify a regex. Signed-off-by: Patrick Roy <[email protected]>
1 parent 70c295e commit c8fa501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release-prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $FC_TOOLS_DIR/update-credits.sh
5454

5555
# Update changelog.
5656
say "Updating changelog..."
57-
sed -i "s/\\\\\[Unreleased\\\\\]/\\\\\[$version\\\\\]/g" "$FC_ROOT_DIR/CHANGELOG.md"
57+
sed -i "s/\[Unreleased\]/\[$version\]/g" "$FC_ROOT_DIR/CHANGELOG.md"
5858

5959
# Add all changed files
6060
git add -u

0 commit comments

Comments
 (0)