Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ else
git add package.json package-lock.json
git commit -m "chore: bump version to $NEW_VERSION"

# Create git tag
git tag -a "v$NEW_VERSION" -m "Release v$NEW_VERSION"
print_info "Created git tag v$NEW_VERSION"

# Publish to npm
print_info "Publishing to npm..."
npm publish --access public
Expand All @@ -160,7 +156,6 @@ else
# Push branch and tags to git
print_info "Pushing branch and tags to origin..."
git push -u origin "$RELEASE_BRANCH"
git push --tags
print_info "Pushed $RELEASE_BRANCH with tags"

# Ask if user wants to create a PR
Expand Down