1 Commits

Author SHA1 Message Date
portersky 23050d983e docs: add tag release workflow to AGENTS.md 2026-06-15 00:41:53 +02:00
+4 -4
View File
@@ -111,18 +111,18 @@ Use annotated tags for releases. Write the release notes to a temporary
file, then use it as the tag message. Do **not** commit the release file, then use it as the tag message. Do **not** commit the release
notes file. notes file.
Write release notes (see previous tags for style reference): Write release notes:
```sh ```sh
cat > RELEASES.md << 'EOF' cat > RELEASES.md << 'EOF'
# Releases # Releases
## 0.2.0 (2026-01-01) ## 0.1.0 (2026-06-15)
Short summary. Initial release. Windows-only support.
### Library (`celrs`) ### Library (`celrs`)
- **Feature**: description. - **CRSF protocol** ...
EOF EOF
``` ```