File: .goreleaser.yml

package info (click to toggle)
golang-github-owenrumney-go-sarif 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: makefile: 13
file content (14 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
builds:
  - skip: true

release:
  github:
    owner: owenrumney
    name: go-sarif

changelog:
  sort: asc
  filters:
    exclude:
      - '^docs:'
      - '^test:'