claude.nagdy.me

Tag a plugin release

Use claude plugin tag to create a version tag for your plugin, with options to push and force-overwrite.

bash
# Tag the current version from plugin.json
claude plugin tag

# Tag and push to the remote in one step
claude plugin tag --push

# Preview what would happen without making changes
claude plugin tag --dry-run

# Overwrite an existing tag
claude plugin tag --force
View Full Module