versatus / versatus.nix

A Nix flake for the Versatus Labs ecosystem which provides reproducible build guarantees for Versatus binaries, development environments for building Versatus repositories on supported systems and NixOS images & infrastructure for deploying Versatus services.
0 stars 0 forks source link

Create GitHub actions for tagging/versioning/cutting new releases #3

Open eureka-cpu opened 4 months ago

eureka-cpu commented 4 months ago

Ideally, we would want to have the entire process be contained within the actions within versatus.nix so that it can cut new releases for other repositories. If not, a nix CI runner can be added to each repository which can call this flake and do so from the source repo, instead.