determinate-nix-action/tools
github-actions[bot] f9ebef2760
Release v3.16.0 (#52)
* Prepare release v3.16.0

* Update the state.json for v3.16.0

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '019bdece-8709-77ea-a1d6-9d410df27131/source.tar.gz' (2026-01-20)
  → '019c5b2e-592f-7d17-b9ce-868f25acfeca/source.tar.gz' (2026-02-13)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-16 16:51:08 -08: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.16.0 (#52) 2026-02-16 16:51:08 -08: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