19 lines
451 B
Markdown
19 lines
451 B
Markdown
# Releases
|
|
|
|
This directory stores packaged release artifacts and per-release notes.
|
|
|
|
Rules:
|
|
- keep release notes next to the matching release directory as `RELEASE_NOTES.md`;
|
|
- do not keep duplicate changelog memory files elsewhere in the repository;
|
|
- if a release directory has no notes yet, add them there instead of creating side documents.
|
|
|
|
Current convention:
|
|
|
|
```text
|
|
releases/
|
|
v1.5.0/
|
|
RELEASE_NOTES.md
|
|
SHA256SUMS.txt
|
|
qfs-...
|
|
```
|