# Make Release

> Releases a new version of the package Use when this capability is needed.

- Skill: `tomevault-io/make-release-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/make-release-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/make-release-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/make-release-2

---


We have changes in the git uncommited files or just committed changes.

You must follow the steps:
- commit the changes
- make the changeset manually, only making PATCH changes
- run the `pnpm changeset version` command and ensure all changes are only PATCH (x.x.PATCH)
- do `git add .` and `git commit -m "changeset"` to commit the changeset
- publish the changes with `pnpm publish -r`. If fails by otp, `op item get Npmjs --otp` or ask me for the OTP token, then run with `pnpm publish -r --otp=<code>`

You must make sure to:
- Execute all commands with permissions to access the files and internet for publish (without sandbox)
- Ensure all changes are PATCH, not minor, not major

---
> Source: [orionjs/orionjs](https://github.com/orionjs/orionjs) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

