determinate-nix-action/tools
github-actions[bot] 379b47b8e2
Release v3.8.5 (#26)
* Prepare release v3.8.5

* Update the state.json for v3.8.5

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '0198521f-e242-717e-8a25-d1421749c0c3/source.tar.gz?narHash=sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs%3D' (2025-07-26)
  → '0198762e-0143-77ff-9b8e-5845fdbe02c7/source.tar.gz?narHash=sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY%3D' (2025-08-03)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-05 12:46:04 -07: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.8.5 (#26) 2025-08-05 12:46:04 -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