Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23050d983e |
@@ -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
|
||||
notes file.
|
||||
|
||||
Write release notes (see previous tags for style reference):
|
||||
Write release notes:
|
||||
```sh
|
||||
cat > RELEASES.md << 'EOF'
|
||||
# Releases
|
||||
|
||||
## 0.2.0 (2026-01-01)
|
||||
## 0.1.0 (2026-06-15)
|
||||
|
||||
Short summary.
|
||||
Initial release. Windows-only support.
|
||||
|
||||
### Library (`celrs`)
|
||||
|
||||
- **Feature**: description.
|
||||
- **CRSF protocol** ...
|
||||
EOF
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user