1---2name: nwiizo-tfmcp-tfmcp3description: Release Process Skill4---5# Release Process Skill67## When to Use89Use this skill when the user asks to:10- Create a new release11- Publish to crates.io12- Update the version1314## Process1516**Note**: Automated CI release is disabled. Use manual release process:17181. Update version in `Cargo.toml`19202. Run quality checks:21 ```bash22 cargo fmt --all23 cargo clippy --all-targets --all-features24 cargo test --all-features25 ```26273. Build release: `cargo build --release`28294. Commit and push changes30315. Create GitHub release:32 ```bash33 gh release create v0.1.x --title "v0.1.x - Title" --notes "Release notes"34 ```35366. Publish to crates.io: `cargo publish`3738## Re-enabling Automated Release3940To re-enable automated release in CI, remove `false &&` from `.github/workflows/rust.yml` release job's `if` condition.4142---43> Source: [nwiizo/tfmcp](https://github.com/nwiizo/tfmcp) — distributed by [TomeVault](https://tomevault.io).44<!-- tomevault:4.0:skill_md:2026-06-22 -->
Run npx skillmds@latest add tomevault-io/nwiizo-tfmcp-tfmcp in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Release Process Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.