27 lines
559 B
Markdown
27 lines
559 B
Markdown
# Release Notes
|
|
|
|
This directory contains immutable historical release notes for Narratio.
|
|
Future notes are created with the matching stable version and use this minimum
|
|
structure:
|
|
|
|
```markdown
|
|
# Narratio vMAJOR.MINOR.PATCH
|
|
|
|
This release ...
|
|
|
|
## Summary
|
|
|
|
## Compatibility
|
|
|
|
## Upgrade
|
|
|
|
## Changes
|
|
```
|
|
|
|
See the [release procedure](../release.md) for creating a candidate and tag.
|
|
When asynchronous publication succeeds, the corresponding Gitea release is the
|
|
canonical source for downloadable binaries and checksums.
|
|
|
|
- [v1.6.0](v1.6.0.md)
|
|
- [v1.5.0](v1.5.0.md)
|