Skip to content

Commit

Permalink
fix: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Mar 25, 2024
1 parent ae84b5e commit 2eed424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME=$(grep -m1 name package.json | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')
OLD_VERSION=$(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')

# Create a new branch
# Checkout to release branch
git checkout -B next

# Build the library
Expand Down

0 comments on commit 2eed424

Please sign in to comment.