Better GitHub Actions integration
This release of Versio has improved credentials handling, so that it can push files even when running in GitHub Actions; it also has the info
command, which is helpful when programing your CI workflows around your projects. And speaking of workflows, we are now using the Yambler to macro-stitch our own GitHub Actions together, making it easier to write workflows that verify our quality builds and keep everything up-to-date.
New to Versio? The repository is the best place to learn about Versio and what it can do. If you want to report a bug or request a feature, you can do so at our Issues link, but we ask you first read the Troubleshooting page learn about problems and their solutions.
This version of versio
was built with rustc 1.46.0 (04488afe3 2020-08-24)
To install, follow the instructions for your platform; some files might be zipped for improved download speed. For example, on MacOS you can do something like this (assuming ~/bin
exists and is in your PATH):
curl -L https://github.com/chaaz/versio/releases/download/v0.3.0/versio__x86_64-apple-darwin -o ~/bin/versio
chmod +x ~/bin/versio
MacOS: download versio__x86_64-apple-darwin
, copy to versio
in your PATH.
GNU Linux 64: download versio__x86_64-unknown-linux-gnu
, copy to versio
in your PATH.