Commit graph

7 commits

Author SHA1 Message Date
3ca5bf48bc feat(goreleaser): update build command to use ModulePath variable
- change hardcoded module path to dynamic reference

🤖
2024-11-10 09:02:04 +01:00
5447047266 chore: add yaml schemas to Taskfile.yml and .goreleaser.yaml 2024-11-10 09:02:04 +01:00
ae1c1bab38 fix(goreleaser): don't force-remove ./dist 2024-11-10 09:02:04 +01:00
c937a7b904 fix: restore filter that excludes version bump entries 2024-11-09 15:58:14 +01:00
6a3919e95e feat(goreleaser): update changelog configuration
- uses the compare Gitea API
- drop `sort` setting
- remove the filter that excludes version bump entries
2024-11-07 20:07:20 +01:00
61fc21224c feat: set version from git tag on build
- make `GoTomatoVersion` a variable and default it to "devel"
- add ldflags to `.goreleaser.yaml` for version tagging
- remove "v" from output of `-version`
2024-11-07 19:20:29 +01:00
f346cbbcaa feat: add initial configuration for GoReleaser
🤖
2024-11-06 23:23:10 +01:00