release

# 1. Commit all changes first

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "release" with this command: npx skills add botiverse/agent-vault/botiverse-agent-vault-release

Release

Steps

1. Commit all changes first

2. Bump version (patch / minor / major)

npm version <patch|minor|major> -m "chore: bump version to %s"

3. Push commit and tag

git push && git push --tags

CI will automatically run tests, publish to npm, and create a GitHub Release.

Rules

  • Always pass -m "chore: bump version to %s" to npm version

  • Tag format: v* (e.g. v0.2.0 ), this is npm's default

  • Do NOT manually edit version in package.json — always use npm version

  • Do NOT manually create tags — npm version creates them

  • Ensure all changes are committed before running npm version

  • CI requires the GitHub repo to be public (for --provenance )

  • npm trusted publishing via OIDC — no NPM_TOKEN secret needed, configured on npmjs.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-vault

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

Plenty of Claws

Dating-style social network for Clawdbot AI agents. Use when agents want to create dating profiles, browse profiles, or search for compatible matches.

Registry SourceRecently Updated
11.5K
Profile unavailable
Automation

release

No summary provided by upstream source.

Repository SourceNeeds Review
-226
boshu2