👷 ci(circleci): fix release tag format in CircleCI config (#161)

- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for
consistency with other tags

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
Jeremiah Russell
2026-02-14 08:32:34 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -685,7 +685,7 @@ jobs:
binary_name: cull-gmail binary_name: cull-gmail
- upload_release_asset: - upload_release_asset:
asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz
release_tag: cull-gmail-v${VERSION} release_tag: v${VERSION}
workflows: workflows:
release: release:

View File

@@ -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/) 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). 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 ## [0.1.2] - 2026-02-14
### Changed ### 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 [#158]: https://github.com/jerus-org/cull-gmail/pull/158
[#159]: https://github.com/jerus-org/cull-gmail/pull/159 [#159]: https://github.com/jerus-org/cull-gmail/pull/159
[#160]: https://github.com/jerus-org/cull-gmail/pull/160 [#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.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.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 [0.1.0]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...v0.1.0