diff --git a/.goreleaser.yml b/.goreleaser.yml index 4dac6c85..d6f61e8e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,7 @@ before: hooks: - go mod download + - mage genCompletion # generate completion scripts. In global hook to avoid parallel writing. env: - GO111MODULE=on @@ -25,10 +26,6 @@ builds: goarch: - amd64 - hooks: - pre: - - mage genCompletion # generate completion scripts - archives: - id: "cartridge" diff --git a/CHANGELOG.md b/CHANGELOG.md index ce419ffc..9dc93d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Completion scripts corruption during package release. + ## [2.12.11] - 2024-04-02 ### Changed