Skip to content

Commit ad62805

Browse files
docs: update release notes for scan/scanAsync and clarify AGENTS.md requirement
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1413826 commit ad62805

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

AGENTS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,12 @@ All workflows are in `.github/workflows/`:
102102

103103
## Release Notes
104104

105-
When making changes, update the release notes and bump the version appropriately
105+
**Required**: Every PR that adds features, fixes bugs, or makes user-visible changes **must** include an update to `release-notes.txt`. Add a bullet under the appropriate version heading (currently `0.5.0`). The format is:
106+
107+
```
108+
0.5.0
109+
- adds TaskSeq.myFunction and TaskSeq.myFunctionAsync, #<issue>
110+
- fixes <description>, #<issue>
111+
```
112+
113+
If you are bumping to a new version, also update `Version.props`. PRs that touch library source (`src/FSharp.Control.TaskSeq/`) without updating `release-notes.txt` are incomplete.

release-notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release notes:
33

44
0.5.0
55
- update engineering to .NET 9/10
6+
- adds TaskSeq.scan and TaskSeq.scanAsync, #289
67

78
0.4.0
89
- overhaul all doc comments, add exceptions, improve IDE quick-info experience, #136, #220, #234

0 commit comments

Comments
 (0)