一键导入
sampo-changeset
Create or update changesets to describe public API changes, and trigger changelog generation and release planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update changesets to describe public API changes, and trigger changelog generation and release planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sampo-changeset |
| description | Create or update changesets to describe public API changes, and trigger changelog generation and release planning. |
Sampo is a tool to automate changelogs, versioning, and publishing. It uses changesets (markdown files describing changes explicitly) to bump versions (in SemVer format), generate changelogs (human-readable files listing changes), and publish packages (to their respective registries).
See CONTRIBUTING.md for changeset redaction guidelines.
To create a changeset non-interactively:
sampo add -p <package> -b <bump> -m "<description>"
Where <bump> is major, minor, or patch. Use -p multiple times to target several packages. Prefix with the ecosystem to disambiguate: -p cargo/my-crate. When changesets.tags is configured, use -t <tag> to categorize the changeset.
Pending changesets are stored in the .sampo/changesets directory. You can edit these markdown files directly, as long as you follow the guidelines above and Sampo format (read .sampo/changeset.md.example for reference).