Skip to content

Commit

Permalink
fix: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 31, 2022
1 parent a6e11cc commit 759c595
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,41 @@ brews:
bin.install "lporg"
test: |
system "#{bin}/lporg --version"
rigs:
- name: lporg
rig:
owner: blacktop
name: fish-food
homepage: https://github.com/blacktop/lporg
description: Organize Your macOS Launchpad Apps
license: MIT
changelog:
sort: asc
use: github
groups:
- title: 'New Features'
regexp: "^.*feat[(\\w)]*:+.*$"
order: 100
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 200
- title: Dependency updates
regexp: "^.*chore\\(deps\\)*:+.*$"
order: 300
- title: 'Documentation updates'
regexp: "^.*docs[(\\w)]*:+.*$"
order: 400
- title: Other work
order: 9999
filters:
exclude:
- "^docs:"
- "^test:"
- "^bumping"
- "^Update"
- "^Delete"
- "^Working"
- "reorg"
- "updates"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
release:
target_commitish: '{{ .Commit }}'
footer: |
### Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/{{ .PreviousTag }}...{{ .Tag }}
## What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__);
- Follow us on [Twitter](https://twitter.com/blacktop__)

0 comments on commit 759c595

Please sign in to comment.