From afa5cc4e85dd4f75379fbe5c124ba6af9c0d927c Mon Sep 17 00:00:00 2001 From: Muhammad Talal Anwar Date: Fri, 6 Oct 2023 18:13:25 +0200 Subject: [PATCH] GoReleaser: use custom config --- .goreleaser.yml => .goreleaser.yaml | 0 Makefile.maker.yaml | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename .goreleaser.yml => .goreleaser.yaml (100%) diff --git a/.goreleaser.yml b/.goreleaser.yaml similarity index 100% rename from .goreleaser.yml rename to .goreleaser.yaml diff --git a/Makefile.maker.yaml b/Makefile.maker.yaml index dd9e364..d570f8b 100644 --- a/Makefile.maker.yaml +++ b/Makefile.maker.yaml @@ -15,8 +15,10 @@ golang: golangciLint: createConfig: true -goreleaser: - enabled: true +goReleaser: + # NOTE: this is default behavior but we define this option explicitly for documentation purposes. + # limesctl uses a custom config file which includes Homebrew tap definition. + createConfig: false githubWorkflow: ci: