determinate-nix-action/tools
github-actions[bot] edc15760af
Release v3.9.0 (#28)
* Prepare release v3.9.0

* Update the state.json for v3.9.0

* Update README.md and action.yml for v3.9.0

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '0198c7b8-5e15-730c-959e-40cbb5fe01b3/source.tar.gz?narHash=sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs%2BStOp19xNsbqdOg%3D' (2025-08-19)
  → '0198e4ae-49a1-775e-8b7c-803015cc6285/source.tar.gz?narHash=sha256-XexyKZpf46cMiO5Vbj%2BdWSAXOnr285GHsMch8FBoHbc%3D' (2025-08-25)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-26 19:24:45 -04:00
..
generate.py Fix formatting issue 2025-05-15 16:34:52 -04:00
generate.sh Initial commit 2025-05-14 17:20:48 -04:00
README.md Initial commit 2025-05-14 17:20:48 -04:00
README.template.md Enforce sentence case in README 2025-05-16 12:39:52 -04:00
state.json Release v3.9.0 (#28) 2025-08-26 19:24:45 -04:00
update-state.sh Initial commit 2025-05-14 17:20:48 -04:00

Regenerate the readme:

./tools/update-state.sh <determinate-nixd version, like v3.5.2>
./tools/generate.sh

Before committing, lint your code:

ruff format
ruff check
shellcheck ./tools/*.sh