diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a4203b07e..346d0c98d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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. @@ -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