chore(releaser): release v1.7.1 — Apache 2.0 license, Hugo build fix
ci / vet, staticcheck, test, build (push) Successful in 3m53s

- Add Apache License 2.0 (Copyright 2026 K3nnyfr <alex@k3nny.fr>), linked from a new README License section
- Fix task docs:build leaving stale files in docs/public by passing --cleanDestinationDir to hugo
- Ignore /.task/ (Task runner's local checksum cache)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 13:18:53 +02:00
parent a14c3f1181
commit 51343768d9
5 changed files with 225 additions and 2 deletions
+1 -1
View File
@@ -126,4 +126,4 @@ tasks:
desc: Build docs to docs/public/ (requires hugo)
deps: [docs:setup]
cmds:
- hugo --source docs --destination public --minify
- hugo --source docs --destination public --cleanDestinationDir --minify