...

Text file src/github.com/gin-contrib/cors/.goreleaser.yaml

Documentation: github.com/gin-contrib/cors

     1project_name: queue
     2
     3builds:
     4  - # If true, skip the build.
     5    # Useful for library projects.
     6    # Default is false
     7    skip: true
     8
     9changelog:
    10  use: github
    11  groups:
    12    - title: Features
    13      regexp: "^.*feat[(\\w)]*:+.*$"
    14      order: 0
    15    - title: "Bug fixes"
    16      regexp: "^.*fix[(\\w)]*:+.*$"
    17      order: 1
    18    - title: "Enhancements"
    19      regexp: "^.*chore[(\\w)]*:+.*$"
    20      order: 2
    21    - title: "Refactor"
    22      regexp: "^.*refactor[(\\w)]*:+.*$"
    23      order: 3
    24    - title: "Build process updates"
    25      regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
    26      order: 4
    27    - title: "Documentation updates"
    28      regexp: ^.*?docs?(\(.+\))??!?:.+$
    29      order: 4
    30    - title: Others

View as plain text