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: 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