mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 05:16:35 +08:00
chore: update configuration file field names
- Change the `skip` field to `disable` in the `.goreleaser.yaml` file. Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
b4397140a7
commit
60f703d0c7
@ -9,7 +9,7 @@ builds:
|
|||||||
changelog:
|
changelog:
|
||||||
# Set it to true if you wish to skip the changelog generation.
|
# Set it to true if you wish to skip the changelog generation.
|
||||||
# This may result in an empty release notes on GitHub/GitLab/Gitea.
|
# This may result in an empty release notes on GitHub/GitLab/Gitea.
|
||||||
skip: false
|
disable: true
|
||||||
|
|
||||||
# Changelog generation implementation to use.
|
# Changelog generation implementation to use.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user