• AniTrack-1.6.6-secrets-test
    Release / release (push) Successful in 13m50s
    Pre-Release

    john-okeefe released this 2026-09-11 16:00:37 -04:00 | 46 commits to main since this release

    feat(ci): automate Linux release builds and Gitea releases

    Local flow is now ./release 1.6.7 (or make release VERSION=1.6.7):
    bump wails.json productVersion, commit the bump, generate git-cliff
    notes into an annotated plain-version tag, and push commit plus tag.
    The tag push fires the new Gitea Actions workflow.

    • cliff.toml: git-cliff groups matching Bookhoard, tag_pattern for
      plain versions so --latest scopes correctly.
    • Makefile release target: strict plain-semver validation, dirty-tree
      and existing-tag guards, python3 wails.json bump committed as
      chore(release), throwaway-tag notes generation, push of main + tag.
    • release: wrapper normalizing v/AniTrack- prefixes to plain versions.
    • .gitea/workflows/release.yml: version guard (wails.json vs tag,
      base-match for -suffix pre-releases), Go 1.25 / Node 20 / Wails
      v2.15.0 + webkit2_41 system deps, environment.go from Actions
      secrets, make build, AniTrack-.tar.gz packaged from
      build/ (bin, icon, desktop, install script, README), idempotent
      Release create/update named AniTrack- with archive
      attached via REGISTRY_TOKEN PAT.
    Downloads