mirror of
https://github.com/veeso/termscp.git
synced 2026-06-13 03:59:37 +02:00
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
Chocolatey How To
Just:
- Calculate the SHA256 checksum for the latest release of ZIP files both for aarch64 and x86_64 versions.
- Update checksums in
tools/chocolateyinstall.ps1 - run
choco pack - run
choco push termscp.$VERSION.nupkg --source https://push.chocolatey.org/