determinate-nix-action/tools
github-actions[bot] 9596b92e70
Release v3.13.1 (#43)
* Prepare release v3.13.1

* Update the state.json for v3.13.1

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '019a684c-ea63-75fd-99cc-3b869954e5f9/source.tar.gz?narHash=sha256-rXXuz51Bq7DHBlfIjN7jO8Bu3du5TV%2B3DSADBX7/9YQ%3D' (2025-11-08)
  → '019a7741-1258-7808-8a20-6cf62c2d1dec/source.tar.gz?narHash=sha256-SlybxLZ1/e4T2lb1czEtWVzDCVSTvk9WLwGhmxFmBxI%3D' (2025-11-11)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-13 07:55:32 -08: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.13.1 (#43) 2025-11-13 07:55:32 -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