👷 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:
@@ -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:
|
||||
|
||||
8
PRLOG.md
8
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
|
||||
|
||||
Reference in New Issue
Block a user