|
|
2 months ago | |
|---|---|---|
| .. | ||
| README.md | 905e5ec07f build: handle multiple general release notes | 5 months ago |
| v1.md | e9133ef82b docs: link to Docker image, APT, in release notes | 5 months ago |
| v2.0.md | 7a76685d7e fix: increase default delete retention to 15 months (#10252) | 2 months ago |
| v2.md | e61b8a1ae8 docs: link to Docker image, APT, in release notes | 5 months ago |
Files in this directory constitute manual release notes for a given release. When relevant, they should be created prior to that release so that they can be included in the corresponding tag message, etc.
To add release notes for a release 1.2.3, create a file named v1.2.3.md
consisting of an initial H2-level header and further notes as desired. For
example:
## Major changes in v1.2.3
- Files are now synchronized twice as fast on Tuesdays
The release notes will also be included in candidate releases (e.g. v1.2.3-rc.1).
Additional notes will also be loaded from v1.2.md and v1.md, if they
exist.