determinate-nix-action/tools
github-actions[bot] 1361e7900e
Some checks failed
/ Build (push) Failing after 1s
Release v3.17.2 (#58)
* Prepare release v3.17.2

* Update the state.json for v3.17.2

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '019d03e9-2959-7276-adaa-d074e96422de/source.tar.gz' (2026-03-18)
  → '019d3c72-3e5d-7d8e-a4fc-0fe67ed1554b/source.tar.gz' (2026-03-28)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-31 11:31:33 -07:00
..
generate.py Update the action generator: summarize is a new field 2026-01-21 12:08:05 -05: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.17.2 (#58) 2026-03-31 11:31:33 -07: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