diff options
Diffstat (limited to 'vendor/github.com/gin-contrib/sessions/.goreleaser.yaml')
-rw-r--r-- | vendor/github.com/gin-contrib/sessions/.goreleaser.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml b/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml deleted file mode 100644 index dc3a01fb7..000000000 --- a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml +++ /dev/null @@ -1,26 +0,0 @@ -builds: - - skip: true - -changelog: - use: github - groups: - - title: Features - regexp: "^.*feat[(\\w)]*:+.*$" - order: 0 - - title: "Bug fixes" - regexp: "^.*fix[(\\w)]*:+.*$" - order: 1 - - title: "Enhancements" - regexp: "^.*chore[(\\w)]*:+.*$" - order: 2 - - title: "Refactor" - regexp: "^.*refactor[(\\w)]*:+.*$" - order: 3 - - title: "Build process updates" - regexp: ^.*?(build|ci)(\(.+\))??!?:.+$ - order: 4 - - title: "Documentation updates" - regexp: ^.*?docs?(\(.+\))??!?:.+$ - order: 4 - - title: Others - order: 999 |