We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96a5ab commit 9aa0b3dCopy full SHA for 9aa0b3d
AGENTS.md
@@ -99,3 +99,7 @@ All workflows are in `.github/workflows/`:
99
- File ordering matters in F# — the `<Compile>` order in `.fsproj` files defines compilation order.
100
- The library targets `netstandard2.1`; tests target `net6.0` with `FSharp.Core` pinned to `6.0.1`.
101
- NuGet packages are output to the `packages/` directory.
102
+
103
+## Release Notes
104
105
+When making changes, update the release notes and bump the version appropriately
0 commit comments