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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user