From 2c3391e58a4f711dee9caa87dfc9e7f6d1d4166c Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 21 Apr 2024 22:34:42 +0800 Subject: [PATCH] chore: update configuration files for improved compatibility - Change the `use` field from `github` to `git` in the `.goreleaser.yaml` file. Signed-off-by: appleboy --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4e29ac185..20da8c26e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -85,7 +85,7 @@ snapshot: name_template: "{{ incpatch .Version }}" changelog: - use: github + use: git groups: - title: Features regexp: "^.*feat[(\\w)]*:+.*$"