We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8008 commit 253db80Copy full SHA for 253db80
1 file changed
scripts/publish-patch.sh
@@ -44,11 +44,7 @@ echo "Step 2: Committing version bump..."
44
git add package.json
45
git commit -m "chore: bump version to $NEW_VERSION
46
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]>"
+Patch release with workflow fixes and improvements."
52
53
echo "Step 3: Deleting old v$CURRENT_VERSION tag if it exists..."
54
git tag -d "v$CURRENT_VERSION" 2>/dev/null || echo " (no local tag to delete)"
0 commit comments