Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Mar 25, 2024
1 parent 20260d9 commit ae84b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ git checkout next

VERSION=$(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')

echo "New version: $VERSION"

# Create release PR and merge it
gh pr create --title "Release $PACKAGE_NAME@$VERSION" --body "Release new version of the library."
PR_NUMBER=$(gh pr list | grep "$PACKAGE_NAME@$VERSION" | awk '{print $1}')
Expand Down

0 comments on commit ae84b5e

Please sign in to comment.