👷 ci(circleci): fix order of version command arguments (#159)
- change the order of version command arguments in release.yml to ensure correct execution Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
@@ -255,7 +255,7 @@ commands:
|
|||||||
if [ "<< parameters.package >>" != "" ]; then
|
if [ "<< parameters.package >>" != "" ]; then
|
||||||
pcu_args="$pcu_args package << parameters.package >>"
|
pcu_args="$pcu_args package << parameters.package >>"
|
||||||
else
|
else
|
||||||
pcu_args="$pcu_args version --prefix << parameters.prefix >>"
|
pcu_args="$pcu_args --prefix << parameters.prefix >> version"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "<< parameters.update_prlog >>" = "true" ]; then
|
if [ "<< parameters.update_prlog >>" = "true" ]; then
|
||||||
|
|||||||
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/)
|
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 order of version command arguments(pr [#159])
|
||||||
|
|
||||||
## [0.1.0] - 2026-02-13
|
## [0.1.0] - 2026-02-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -447,6 +453,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
[#156]: https://github.com/jerus-org/cull-gmail/pull/156
|
[#156]: https://github.com/jerus-org/cull-gmail/pull/156
|
||||||
[#157]: https://github.com/jerus-org/cull-gmail/pull/157
|
[#157]: https://github.com/jerus-org/cull-gmail/pull/157
|
||||||
[#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
|
||||||
|
[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...HEAD
|
||||||
[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
|
||||||
[0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16
|
[0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16
|
||||||
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15
|
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15
|
||||||
|
|||||||
Reference in New Issue
Block a user