determinate-nix-action/tools
github-actions[bot] b5dfbf08e6
Release v3.8.4 (#25)
* Prepare release v3.8.4

* Update the state.json for v3.8.4

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '01980c9b-b772-7845-b3a6-0d40f1f219ce/source.tar.gz?narHash=sha256-JHQbm%2BOcGp32wAsXTE/FLYGNpb%2B4GLi5oTvCxwSoBOA%3D' (2025-07-14)
  → '0198521f-e242-717e-8a25-d1421749c0c3/source.tar.gz?narHash=sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs%3D' (2025-07-26)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-29 10:11:40 -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.4 (#25) 2025-07-29 10:11:40 -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