build: update .goreleaser.yaml
This commit is contained in:
parent
2bdb5335dc
commit
2ab48bfc93
@ -40,12 +40,25 @@ brews:
|
|||||||
system "#{bin}/octoplex -h"
|
system "#{bin}/octoplex -h"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
draft: true
|
||||||
github:
|
github:
|
||||||
owner: rfwatson
|
owner: rfwatson
|
||||||
name: octoplex
|
name: octoplex
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
use: github
|
use: github
|
||||||
|
groups:
|
||||||
|
- title: New Features
|
||||||
|
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
|
||||||
|
order: 0
|
||||||
|
- title: "Bug fixes"
|
||||||
|
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
|
||||||
|
order: 1
|
||||||
|
- title: "Refactorings"
|
||||||
|
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
|
||||||
|
order: 2
|
||||||
|
- title: Others
|
||||||
|
order: 999
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- "^doc:"
|
- "^doc:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user