naopoyo.com
  • Docs
  • Tags
  • Bookmarks
  • Tools
  • About
  • Docs
  • Tags
  • Bookmarks
  • Tools
  • About

目次

© naopoyo

🚢

開発日記-2024-09-05 / Changesetsを使っていく

公開日
約1年前
2024-09-05
更新履歴
GitHubで見る
  • 開発日記
  • Changesets

Changesetsを使っていく

pnpm + モノレポの環境でChangesetsを使った時の記録。

インストール

Terminal
pnpm add -Dw @changesets/cli

初期化

Changesetsの設定ファイル .changeset/config.json が作成される。

Terminal
pnpm changeset init

除外設定

Changesetsの設定ファイルの ignore にバージョン管理の対象外のパッケージ名を設定すると除外される。

参考サイト

ChangesetsとGitHub Actionsを使ってバージョン管理を自動化するための解説記事。

Changesetsでnpmへのリリースを自動化する - ろぼいんブログ
最近、筆者が管理するいくつかのGitHubリポジトリーにChangesetsを導入しました。これによってnpmへのリリース作業を自動化でき、負担が減りました。この記事では、Changesetsを導入する手順を詳しく解説します。
roboin.io favicon
roboin.io
Changesetsでnpmへのリリースを自動化する - ろぼいんブログ

Changesets採用プロジェクト

GitHub - chakra-ui/panda: 🐼 Universal, Type-Safe, CSS-in-JS Framework for Design Systems ⚡️
🐼 Universal, Type-Safe, CSS-in-JS Framework for Design Systems ⚡️ - chakra-ui/panda
github.com favicon
github.com
GitHub - chakra-ui/panda: 🐼 Universal, Type-Safe, CSS-in-JS Framework for Design Systems ⚡️
GitHub - urql-graphql/urql: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. - urql-graphql/urql
github.com favicon
github.com
GitHub - urql-graphql/urql: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
GitHub - dotansimha/graphql-code-generator: A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. - GitHub - dotansimha/graphql-code-generator: A...
github.com favicon
github.com
GitHub - dotansimha/graphql-code-generator: A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
GitHub - shadcn-ui/ui: A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.
A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code. - shadcn-ui/ui
github.com favicon
github.com
GitHub - shadcn-ui/ui: A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.
GitHub - heroui-inc/heroui: 🚀 Beautiful, fast and modern React UI library. (Previously NextUI)
🚀 Beautiful, fast and modern React UI library. (Previously NextUI) - heroui-inc/heroui
github.com favicon
github.com
GitHub - heroui-inc/heroui: 🚀 Beautiful, fast and modern React UI library. (Previously NextUI)

目次

最近更新された記事

🛷
開発日記-2025-10-29 / tocbot のオプション
約17時間前 - 2025年10月29日
  • 開発日記
  • tocbot
🚩
Next.js 16にアップグレードする
2日前 - 2025年10月27日
  • Next.js
✒️
エンジニア個人ブログまとめ
3日前 - 2025年10月27日
  • デザイン
  • Next.js
  • Markdown