openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.83k stars 1.69k forks source link

Feature/publish draft release ci #11786

Closed giacomolicari closed 4 years ago

giacomolicari commented 4 years ago

This PR adds the ability for Github Actions to create a draft release automatically. The draft will include a formatted table containing the zip artifacts of executable binaries, the SHASUM 256 of the zip file, as well as additional information on the OS and System Architecture each binary refers to.

As per the current CI setup, actions are executed on tags and on stable branch only.

denisgranha commented 4 years ago

Awesome :)