feat: add packaging metadata + initial changelog

This commit is contained in:
2026-04-29 10:37:38 -04:00
parent 4a0185df53
commit 34b72ca384
3 changed files with 49 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# sethLabels packaging changelog
Per-release packaging notes. Each entry covers what changed in the *packaging*,
not what changed upstream. For application-level changes, see the upstream
`docs/CHANGELOG.md` and `git log upstream/master`.
## Format
```
## <version> — <ISO date>
- bullet describing what changed in this packaging release
- ...
```
`<version>` is `<upstream-tag>-seth<N>` (e.g., `3.99-master618-seth1`), matching
the git tag and the artifact filename. See spec §D4.
---
## (unreleased)
- First end-to-end release dry run pending.