Skip to content

Commit

Permalink
build(actions): changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Aug 26, 2022
1 parent 16c7c48 commit 3f9bf93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,17 @@ archives:
format: zip
release:
prerelease: auto
changelog:
skip: false
filters:
exclude:
- '^test:'
groups:
- title: 'Features'
regexp: "^.*feat[(\\w)!]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)!]*:+.*$"
order: 1
- title: 'Others'
order: 999

0 comments on commit 3f9bf93

Please sign in to comment.