Skip to content

Commit

Permalink
build(client): Add release notes section for legacy API changes (micr…
Browse files Browse the repository at this point in the history
…osoft#23003)

Since we'll be releasing a lot of legacy API changes and removals in
2.10, I think a dedicated section in the release notes will be useful.
Incidentally this is why the sections were designed to be configurable.
  • Loading branch information
tylerbutler authored Nov 6, 2024
1 parent d252af5 commit 0a2c31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/rude-views-bake.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@fluidframework/sequence": minor
---
---
"section": deprecation
"section": legacy
---

MergeTree `Client` Legacy API Removed
Expand Down
3 changes: 2 additions & 1 deletion fluidBuild.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,10 @@ module.exports = {
releaseNotes: {
sections: {
feature: { heading: "✨ New Features" },
tree: { heading: "🌳 SharedTree DDS changes" },
tree: { heading: "🌳 SharedTree DDS Changes" },
fix: { heading: "🐛 Bug Fixes" },
deprecation: { heading: "⚠️ Deprecations" },
legacy: { heading: "Legacy API Changes" },
other: { heading: "Other Changes" },
},
},
Expand Down

0 comments on commit 0a2c31f

Please sign in to comment.