Skip to content

Commit

Permalink
debugging git working directly not clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mercillo committed Jul 10, 2024
1 parent f5be142 commit 1661e94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ if [ ! -z "$VERSION" ]; then
## Update Changelog
auto changelog

echo $VERSION

## Publish Package
pnpm version $VERSION -m "Bump version to: %s [skip ci]"
npm version $VERSION -m "Bump version to: %s [skip ci]"
## publish to npm
## npm publish


## Create GitHub Release
git push --follow-tags --set-upstream origin $branch
## git push --follow-tags --set-upstream origin $branch
auto release
fi

0 comments on commit 1661e94

Please sign in to comment.