determinate-nix-action/tools
github-actions[bot] 762d7fdba7
Release v3.11.3 (#35)
* Prepare release v3.11.3

* Update the state.json for v3.11.3

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '01993860-4c2b-73a3-9c67-955d87cd3025/source.tar.gz?narHash=sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/%2BG0lKfv4kk/5Izdg%3D' (2025-09-10)
  → '0199c273-922a-7e58-9985-2e0e56e6b960/source.tar.gz?narHash=sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH%2B47XEBo%3D' (2025-10-07)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-10 08:22:10 -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.11.3 (#35) 2025-10-10 08:22:10 -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