summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-contrib/sessions/.goreleaser.yaml')
-rw-r--r--vendor/github.com/gin-contrib/sessions/.goreleaser.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml b/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
index aa5453cfc..d26795543 100644
--- a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
+++ b/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
@@ -1,8 +1,7 @@
project_name: queue
builds:
- -
- # If true, skip the build.
+ - # If true, skip the build.
# Useful for library projects.
# Default is false
skip: true
@@ -38,10 +37,10 @@ changelog:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- - title: 'Bug fixes'
+ - title: "Bug fixes"
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- - title: 'Enhancements'
+ - title: "Enhancements"
regexp: "^.*chore[(\\w)]*:+.*$"
order: 2
- title: Others
@@ -52,6 +51,6 @@ changelog:
# the changelog
# Default is empty
exclude:
- - '^docs'
- - 'CICD'
+ - "^docs"
+ - "CICD"
- typo