Skip to content

Commit

Permalink
removed test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Mar 26, 2022
1 parent fad44ee commit 0e94f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ CURRENT_VERSION=$(cat package.json | jq -r .version)

echo v$CURRENT_VERSION

# echo "pushing this release"
# git tag v$CURRENT_VERSION
# git push
# git push --tags
echo "pushing this release"
git tag v$CURRENT_VERSION
git push
git push --tags

echo "creating github release"

Expand Down

0 comments on commit 0e94f68

Please sign in to comment.