FluidFramework/.changeset
Daniel Madrid a6b1b7381f
Generate changelogs for 2.11 (#23229)
`pnpm flub generate changelog -g client`
2024-12-02 21:43:35 +00:00
..
README.md build: Config changes to accommodate @fluid-private scope (#17665) 2023-10-06 16:12:20 -07:00
config.json build: Generate per-package changelogs for RC3 (#20679) 2024-04-16 08:11:46 -07:00

README.md

Changesets

This folder contains changesets, which are markdown files that hold two key bits of information:

  1. a version type (following semver), and
  2. change information to be added to a changelog. You can find the full documentation for it in the changesets section of our wiki or in the official changesets documentation.

There is also a list of frequently asked questions in the wiki.

Updating changelogs from changesets

See flub generate changelog, which is built on top of @fluid-private/changelog-generator.