Enhance release workflow and documentation for tag validation and release notes generation
CI / Go Tests (push) Successful in 13s
CI / Build (push) Successful in 12s
Format / gofmt (push) Successful in 7s
Release Artifacts / Build and publish release (push) Successful in 12s

- Added validation for accepted release tag formats in the release workflow.
- Implemented a step to generate release notes based on changes since the last tag.
- Updated README.md to include accepted tag formats for stable and prerelease versions.
- Adjusted archive naming convention for consistency in release artifacts.
This commit is contained in:
2026-06-01 02:33:47 -05:00
parent 56fd479761
commit 7968d47030
2 changed files with 61 additions and 1 deletions
+5
View File
@@ -52,6 +52,11 @@ Create config files with the image (writes to mounted `./docker-config`):
Tagged releases provide `.tar.gz` archives with prebuilt Linux binaries.
Accepted release tag formats:
- `1.2.3` (stable release)
- `1.2.3-alpha1`, `1.2.3-beta1`, `1.2.3-rc1` (prerelease)
Variant guide:
| Variant | Recommended for | Notes |