Skip to content

Commit 253db80

Browse files
committed
feat: update commit message for pubslish patch
1 parent eea8008 commit 253db80

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

scripts/publish-patch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ echo "Step 2: Committing version bump..."
4444
git add package.json
4545
git commit -m "chore: bump version to $NEW_VERSION
4646
47-
Patch release with workflow fixes and improvements.
48-
49-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
50-
51-
Co-Authored-By: Claude <[email protected]>"
47+
Patch release with workflow fixes and improvements."
5248

5349
echo "Step 3: Deleting old v$CURRENT_VERSION tag if it exists..."
5450
git tag -d "v$CURRENT_VERSION" 2>/dev/null || echo " (no local tag to delete)"

0 commit comments

Comments
 (0)