metacall / distributable-linux

Linux redistributable for shipping MetaCall Core.
Apache License 2.0
10 stars 11 forks source link

Implement script for publishing automatically the tarball in the GitHub repo #2

Closed viferga closed 3 years ago

viferga commented 4 years ago

This script must tag properly and get all history of all commits, probably run a make download too. This script should be implemented here: https://github.com/metacall/distributable/blob/52008d9afefdda7db2fa827bcd29d883e19fad79/tools/release.sh

Probably we can use this template to implement the tokens for GitHub: https://github.com/metacall/distributable/blob/52008d9afefdda7db2fa827bcd29d883e19fad79/.netrc.template

This script is needed in order to implement CI/CD for MetaCall Distributable.