fix(release): ignore nightly tags in goreleaser changelog (#1999)

GoReleaser was picking nightly tags as the "previous tag" when
generating changelogs, causing release changelogs to be incomplete.
Add git.ignore_tags to skip nightly tags.
This commit is contained in:
Guoguo
2026-03-25 18:49:44 +08:00
committed by GitHub
parent 5f50ae5e76
commit e4f4afcd4d
+5
View File
@@ -2,6 +2,11 @@
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2
git:
ignore_tags:
- nightly
- ".*-nightly.*"
before:
hooks:
- go mod tidy