Enhance release workflow and documentation for tag validation and release notes generation
- 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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user