determinate-nix-action/tools
github-actions[bot] 264d01cecf
Release v3.6.2 (#12)
* Prepare release v3.6.2

* Update the state.json for v3.6.2

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '0196f0ab-a5df-7f4a-ab77-08177eaa0159/source.tar.gz?narHash=sha256-W7lqHp0qZiENCDwUZ5EX/lNhxjMdNapFnbErcbnP11Q%3D' (2025-05-20)
  → '01972ad6-3b3d-7826-b788-216d339063fe/source.tar.gz?narHash=sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8%3D' (2025-05-31)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-03 14:00:29 +00: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.6.2 (#12) 2025-06-03 14:00:29 +00: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