Open5

Changesetsを試す

tf63tf63

Changesetを作成してみる

対話形式でchangesetの内容を作れる

pnpm changeset
🦋  What kind of change is this for sample? (current version is 0.1.0) · patch
🦋  Please enter a summary for this change (this will be in the changelogs).
🦋    (submit empty line to open external editor)
🦋  Summary · 適当な変更を加えてみる
🦋  
🦋  === Summary of changesets ===
🦋  patch:  sample
🦋  
🦋  Is this your desired changeset? (Y/n) · true
🦋  Changeset added! - you can now commit it
🦋  
🦋  If you want to modify or expand on the changeset summary, you can find it here
🦋  info /Users/tf63/project/changeset-playground/.changeset/petite-toes-go.md

.changeset/petite-toes-go.mdが作成される。.changeset/*.mdがある状態でpnpm changeset versionするとCHANGELOGを更新してくれるっぽい