Skip to content

flyingcircusio/fc-nixos-release-tools-testing

 
 

Repository files navigation

Release tooling for fc-nixos

Installation

nix shell

or

Install the GitHub CLI (optional) and

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Usage

Use release status to show current state and possible actions.

Each command is atomic and can be interrupted.

Example usage:

release init 2024_123 2024-12-01
release add-branch 23.11
release add-branch 24.05
release test-branch 23.11
release test-branch 24.05
release doc
release tag

About

External release tooling for the Flying Circus NixOS Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Nix 1.9%