Release Signer Alongside Node #5495
Open
+128
−277
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.
The aim of this PR is to create a signer release every time there is a core release happening, with the tag set as
<core_release>.0
.This PR also moves most of the release workflow out of
stacks-core
and intoactions
repository such that on subsequent changes to the release process, we can easier adjust the workflows without the need of as manystacks-core
pull requests.I've also implemented
latest
docker image tags on non-RC releases and removed thesigner-
word from the signer version tag as it was redundant.Note: The Actions PR will have to be merged before this can be merged, as it references composite actions that are not existent in the current flow but in the one proposed by that PR.
Example workflows (tests commented out for quicker workflow runs, but they are unaffected by these changes):
4.0.0.0.0
andsigner-4.0.0.0.0.0
releases): https://github.com/BowTiedDevOps/stacks-core/actions/runs/11963198211signer-4.0.0.0.0.1
release): https://github.com/BowTiedDevOps/stacks-core/actions/runs/11963781406signer-4.0.0.0.0.2-rc1
release, used to test that docker imagelatest
doesn't update on RC builds): https://github.com/BowTiedDevOps/stacks-core/actions/runs/11963969804Useful Links:
Binaries Version Check:
Docker Images Version Check: