Skip to content

Commit

Permalink
Merge pull request #3 from MisterMX/feat/first-implementation
Browse files Browse the repository at this point in the history
chore(ci): Remove goreleaser changelog generation
  • Loading branch information
MisterMX authored Feb 8, 2024
2 parents 1685d8a + 846f5be commit b47f83e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,3 @@ checksum:
name_template: 'checksums.txt'
ids:
- crossplanereleaser

release:
mode: keep-existing
github:
owner: mistermx
name: crossplanereleaser

changelog:
use: git
groups:
- title: New Features
regexp: '^[\w\d]+\sfeat(\([\w-_\d]+\))?!?:.*$'
order: 0
- title: Bug fixes
regexp: '^[\w\d]+\sfix(\([\w-_\d]+\))?!?:.*$'
order: 1
- title: Others
regexp: '^[\w\d]+\s(build|chore|ci|docs|style|refactor|perf|test)(\([\w-_\d]+\))?!?:.*$'
order: 999

0 comments on commit b47f83e

Please sign in to comment.