DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
MIT License
41 stars 23 forks source link

CI: add new version release workflow #189

Closed ender503 closed 5 years ago

ender503 commented 5 years ago

Add workflow to release a new version on GitHub release page, and it will be trigger when tag push to the GitHub.

This workflow uses "auto-changelog" utility to generate the changelog, then use "release-it" utility to publish the changelog on the release page.

The "release-it" will also build the "remote-worker", and upload the packed the "remote-worker" to release page.

See also:

jserv commented 5 years ago

Append the descriptions in directory docs/ as well.

ender503 commented 5 years ago

Appended. 👌