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