Skip to content

Commit

Permalink
chore: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Nov 12, 2024
1 parent ca1556d commit 4430ebc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
version: 2
before:
hooks:
- go mod tidy
builds:
- id: default
skip: true
snapshot:
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
use: github
groups:
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Doc updates"
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 999
release:
disable: false
milestones:
- close: true
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 4430ebc

Please sign in to comment.