Skip to content

Commit

Permalink
Add version to GoReleaser config (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie authored Jun 28, 2024
1 parent cc59256 commit d70185f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project_name: artie-transfer

# .goreleaser.yaml
version: 2

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down Expand Up @@ -66,8 +67,3 @@ changelog:
exclude:
- '^docs:'
- '^test:'

# 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 d70185f

Please sign in to comment.