From d0468c5c6808cced3a92fd3ae64deeb19185cbcc Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Sat, 14 Feb 2026 08:20:25 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20fix=20releas?= =?UTF-8?q?e=20tag=20format=20in=20CircleCI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release.yml b/.circleci/release.yml index 2a7439d..644ef65 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -685,7 +685,7 @@ jobs: binary_name: cull-gmail - upload_release_asset: asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz - release_tag: cull-gmail-v${VERSION} + release_tag: v${VERSION} workflows: release: From 3b8aa7b09fbba30ab180b1b8499d5eba7b2afc2e Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:31:41 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index b88646d..c517209 100644 --- a/PRLOG.md +++ b/PRLOG.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](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- 👷 ci(circleci)-fix release tag format in CircleCI config(pr [#161]) + ## [0.1.2] - 2026-02-14 ### Changed @@ -461,6 +467,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#158]: https://github.com/jerus-org/cull-gmail/pull/158 [#159]: https://github.com/jerus-org/cull-gmail/pull/159 [#160]: https://github.com/jerus-org/cull-gmail/pull/160 +[#161]: https://github.com/jerus-org/cull-gmail/pull/161 +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...HEAD [0.1.2]: https://github.com/jerus-org/cull-gmail/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...v0.1.0