pull down to refresh
So basically, can I say a tag is just a release without the makeup, but the binary files are the same?
reply
Yes. The guix process builds binaries from tag anyway.
reply
pull down to refresh
So basically, can I say a tag is just a release without the makeup, but the binary files are the same?
Yes. The guix process builds binaries from tag anyway.
A
tagis a unique label to a commit on thegitside of things.A
releaseis native functionality inGitHub, where you take atagand you add further information to it, like release text/notes, a title, and optionally, binaries.So first you tag in
git, withgit tag, then you push that tag toGitHub, then you write the release on GitHub (or via API). Also see the release process doc for Bitcoin Core specifically.