Skip to content

Commit

Permalink
Few slight improvements on release
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Feb 15, 2022
1 parent 83b3a20 commit 9f8b373
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
packages: write

jobs:
Expand Down
18 changes: 15 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ builds:
- id: binary
dir: cmd/spiffe-vault
goos:
- windows
- darwin
- linux
- darwin
- windows
goarch:
- amd64
- arm64
goarm:
- 8
- "8"
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
ldflags:
- "{{ .Env.LDFLAGS }}"

Expand Down Expand Up @@ -115,14 +118,23 @@ snapshot:

changelog:
sort: asc
use: github
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
groups:
- title: 'Other changes'
order: 0
- title: Version Bumps
regexp: "^Bump .*$"
order: 10

release:
prerelease: auto
extra_files:
- glob: "./cosign.pub"
footer: |
**Full Changelog**: https://github.com/philips-labs/slsa-provenance-action/compare/{{ .PreviousTag }}...{{ .Tag }}

0 comments on commit 9f8b373

Please sign in to comment.