Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 528 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 528 Bytes

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