Commit Graph

4 Commits

Author SHA1 Message Date
veeso
5cee1184dc chore: release v1.1.1 2026-06-08 18:54:35 +00:00
veeso
282f75c3f3 chore: release v1.1.0 2026-06-08 18:17:39 +00:00
Christian Visintin
f6d65cf09d ci: fix release notes generation in release workflow
prepare job failed: git-cliff --latest crashed with 'trim_start_matches on
null' because the checkout was shallow (no tags/history) so no release existed.

- checkout prepare with fetch-depth: 0 + fetch-tags so git-cliff sees full
  history and tags (also fixes an otherwise-truncated CHANGELOG)
- generate release notes with --unreleased --tag v$VERSION instead of --latest:
  --latest selected the previous real tag (stale notes); --unreleased --tag
  renders the version being released
2026-06-07 19:16:00 +02:00
Christian Visintin
930e76814f build: add chocolatey package, remove legacy dist build scripts
The old manual dist/build/* scripts and dist/{deb,rpm}.sh are superseded by the
automated release workflow. Add the chocolatey package consumed by release.yml.
2026-06-07 16:58:51 +02:00