stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 672 forks source link

Release Signer Alongside Node #5495

Open BowTiedDevOps opened 10 hours ago

BowTiedDevOps commented 10 hours ago

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 into actions repository such that on subsequent changes to the release process, we can easier adjust the workflows without the need of as many stacks-core pull requests.

I've also implemented latest docker image tags on non-RC releases and removed the signer- 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):

Useful Links:

Binaries Version Check:

Docker Images Version Check: