From 8430019df57e1cf7701dc1cbb4b2b2652467e397 Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Tue, 3 Jan 2023 22:26:32 +0100 Subject: [PATCH] Technical/Update deploy config (#147) * Updated CircleCI config (fixed issue with deploy config location) * Updated changelog --- .circleci/config.yml | 3 +-- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac25dce..0490584 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,8 +90,7 @@ jobs: - run: name: Publishing new release to GitHub command: | - cp .circleci/.goreleaser.yml .goreleaser.yml - curl -sL https://git.io/goreleaser | bash + curl -sL https://git.io/goreleaser | bash -s -- --config ".circleci/.goreleaser.yml" - run: name: Publishing new release to Go Packages diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e6797..5a01766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.4] - 2023-01-03 + +### Updated + +- Updated `CircleCI` config (fixed issue with deploy config location) + ## [2.0.3] - 2023-01-03 ### Added