ワンクリックで
versioning
Versioning packages with changesets
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Versioning packages with changesets
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | versioning |
| description | Versioning packages with changesets |
Changesets docs: github.com/changesets/changesets Config:
../../../.changeset/config.json
This repo uses Changesets to track version bumps and generate changelogs. Every PR that changes a published package should include a changeset file.
After making your changes, run:
changeset
Follow the interactive prompts to:
patch, minor, major)This creates a file in .changeset/ (e.g. .changeset/brown-foxes-run.md). Commit it alongside your code changes.
Generated files look like:
---
"package-name": patch
---
Description of the change.
You can edit this file manually if you need to.
leyman/main (workspace package, never published)Coding patterns and conventions (package design, types, DI, docs)
Creating a new package in the monorepo
Running CI locally with Dagger
Debugging (source maps, cache, test failures)
DevContainer runtimes, CLI tools, and version parity with Dagger
Installing a package dependency