Orchestrate the Metadator release process.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add philoserf/obsidian-metadator --skill release --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/philoserf-release)More formats (shields.io, HTML) on the badges page.
# Release
Orchestrate the Metadator release process.
## Steps
1. Ask for the new version (or accept as argument)
2. Update version in package.json
3. Run `bun run version` to sync manifest.json and versions.json
4. Run `bun run validate` to confirm everything passes
5. Run `bun test` to confirm tests pass
6. Stage and commit: `chore: bump version to X.Y.Z`
7. Create git tag: `X.Y.Z`
8. **Stop and confirm** before pushing — remind user that push triggers GitHub Actions release
## Rules
- Never push without explicit approval
- Abort if validate or tests fail
- Use semantic versioning
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!