Skip to content

Commit

Permalink
Update release-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 29, 2022
1 parent 865a5b4 commit 0c4443f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release-all.sh
Expand Up @@ -81,7 +81,8 @@ update_versions()
git merge origin/main --no-edit || exit 1
git clean -xfd || exit 1

$SCRIPT_DIR/generate-changelog.sh beautify-web/js-beautify $GITHUB_TOKEN || exit 1
# Disabled due to build break
# $SCRIPT_DIR/generate-changelog.sh beautify-web/js-beautify $GITHUB_TOKEN || exit 1

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

Expand Down

0 comments on commit 0c4443f

Please sign in to comment.