From d70185fb0eb47206bb2f121ace5f2e5165ffbfa9 Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:12:36 -0700 Subject: [PATCH] Add version to GoReleaser config (#783) --- .goreleaser.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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