MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Tested and working make-release script for Hush #76

Closed kentsommer closed 6 years ago

kentsommer commented 6 years ago

Running the following, I was able to generate a 1.0.13 release for Hush:

./zcutil/make-release.py v1.0.13 v1.0.12 800000

Note: You need help2man and devscripts installed via your package manager to run this successfully.

Additionally, since the version numbers are already updated for 1.0.13, this script will fail. For subsequent upstream merges, the following files should NOT be manually merged.

matthewjamesr commented 6 years ago

Thanks for the always stellar work @kentsommer 🚀