feat(release): create prerelease entries for candidates #113
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!113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/release-prepare-forgejo-prerelease"
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
Verification
This PR introduces the creation or update of prerelease entries for release candidates in the Forgejo workflow, ensuring idempotency with an edit-before-create approach. The changes include updates to the release preparation workflow, documentation, and tests to support this new behavior. The modifications appear safe to merge.
Walkthrough
.forgejo/workflows/release-prepare.yml:
teacommands.docs/OPERATIONS.md:
docs/THREAT-MODEL.md:
tests/release_tooling_test.sh: