github.com/mhmtszr/concurrent-swiss-map@v1.0.8/.goreleaser.yml (about)

     1  project_name: concurrent-swiss-map
     2  
     3  release:
     4    github:
     5      name: concurrent-swiss-map
     6      owner: mhmtszr
     7  
     8  before:
     9    hooks:
    10      - go mod tidy
    11  
    12  builds:
    13    - skip: true
    14  
    15  changelog:
    16    sort: asc
    17    use: github
    18    filters:
    19      exclude:
    20        - '^test:'
    21        - '^docs:'
    22        - '^chore:'
    23        - 'merge conflict'
    24        - Merge pull request
    25        - Merge remote-tracking branch
    26        - Merge branch
    27        - go mod tidy