Skip to content

Commit

Permalink
Remove rawgit from script
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Apr 24, 2022
1 parent 6d5c622 commit 435680d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/release-all.sh
Expand Up @@ -86,7 +86,6 @@ update_versions()

$SCRIPT_DIR/npm version --no-git-tag-version $NEW_VERSION || exit 1

sedi -E 's@(cdn.rawgit.+beautify/v)[^/]+@\1'$NEW_VERSION'@' README.md
sedi -E 's@(cdnjs.cloudflare.+beautify/)[^/]+@\1'$NEW_VERSION'@' README.md
sedi -E 's/\((README\.md:.js-beautify@).+\)/(\1'$NEW_VERSION')/' README.md

Expand Down

0 comments on commit 435680d

Please sign in to comment.