fix(release): publish version tags and Forgejo releases #108
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-publish-tags-releases"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
latesttags.Verification
nix develop --command bash tests/release_tooling_test.shnix flake checkFollow-up
The PR enhances the release process by promoting Docker images with multiple tags and creating Forgejo Release entries. It updates documentation and tests to reflect these changes. The changes appear safe to merge, but ensure that all new processes are thoroughly tested and documented.
Walkthrough
Cargo.tomland promote Docker images with multiple tags.🟡 Warning: Ensure that the
RELEASE_VERSIONis correctly derived from theCargo.tomlfile and that the file is present in the expected location. This is crucial for the release process to function correctly.@ -103,3 +118,25 @@ jobs:exit 1🟡 Warning: Verify that the
latesttag is applied correctly and does not overwrite any important existing tags. This can prevent potential issues with versioning and deployment.🟡 Warning: Ensure that the
RELEASE_PUBLISH_TOKENis securely handled and not exposed in logs or error messages. This is critical for maintaining the security of the release process.