BitcoinUnlimited / ElectrsCash

Electron Cash Server, rust implementation. Forked from https://github.com/romanz/electrs
MIT License
24 stars 14 forks source link

Add release tags & sign commits #134

Open ejose19 opened 3 years ago

ejose19 commented 3 years ago

It would be great if this had release tags, so when building one can use an specific tag instead of master.

Also, to retain the good practices of verifying signatures, commits should be signed so users can use git verify-tag before starting to build.

dagurval commented 3 years ago

Thanks for the suggestion. I'll look into using GPG signed tags for future releases.

There exist release branches you could use instead of master, like v3.0.0, but as you say, these are not signed.