From 60f703d0c77a40eb6304b3e868f78a801310098d Mon Sep 17 00:00:00 2001 From: appleboy Date: Mon, 1 Apr 2024 21:25:42 +0800 Subject: [PATCH] chore: update configuration file field names - Change the `skip` field to `disable` 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 7a0a8f53..b82b9291 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -9,7 +9,7 @@ builds: changelog: # Set it to true if you wish to skip the changelog generation. # This may result in an empty release notes on GitHub/GitLab/Gitea. - skip: false + disable: true # Changelog generation implementation to use. #