Add nightly release workflow#484
Open
cschleiden wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a nightly release workflow so the repository can publish Go-consumable prerelease tags only when
mainhas moved since the last release point. This avoids creating empty nightly releases while still making fresh merged changes easy to consume through normal Go module versioning.Summary
HEADagainst the latest prior release point: the latest nightly prerelease tag when present, otherwise the latest stablev*tag.forceinput is set.v1.4.2-nightly.202605300506.1, so consumers can usego getwith the nightly version.Notes
The workflow uses timestamped prerelease tags plus the GitHub run number to avoid same-day tag collisions from reruns or manual dispatches. It also sets
contents: write, fetches tags explicitly, and serializes release runs with a concurrency group to reduce release automation races.Validation
v1.4.1.