Ravencoin icon indicating copy to clipboard operation
Ravencoin copied to clipboard

Remove commit hash from release artefact name

Open atomlab opened this issue 3 years ago • 0 comments

Hello. Artefact release names changed.

Before: raven-4.3.2.0-x86_64-linux-gnu.tar.gz

Commit hash included into artefact name After: raven-4.6.1-7864c39c2-x86_64-linux-gnu.tar.gz

This changes affect download automation

wget -q https://github.com/RavenProject/Ravencoin/releases/download/v${TAG}/raven-${TAG}-x86_64-linux-gnu.tar.gz 

Tagging is generally used to capture a point in history that is used for a marked version release (i.e. v4.6.1). You don't need include specific commit hash in artefact name.

Could you do not use commit hash in releases artefact names? Thanks!

atomlab avatar Aug 23 '22 10:08 atomlab