Skip to content

Commit 64bc9b0

Browse files
authored
👷 ci(circleci): update toolkit orb version and comment out flags (#1345)
- update circleci-toolkit orb version from 2.9.1 to 2.10.4 for latest features - comment out unused flag parameters for cleaner configuration
1 parent d2d3538 commit 64bc9b0

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

.circleci/github_release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ parameters:
1010
fingerprint:
1111
type: string
1212
default: SHA256:OkxsH8Z6Iim6WDJBaII9eTT9aaO1f3eDc6IpsgYYPVg
13-
validation-flag:
14-
type: boolean
15-
default: false
16-
description: "If true, the validation pipeline will be executed."
17-
success-flag:
18-
type: boolean
19-
default: false
20-
description: "If true, the success pipeline will be executed."
21-
release-flag:
22-
type: boolean
23-
default: false
24-
description: "If true, the release pipeline will be executed."
25-
pcu_workspace:
26-
type: boolean
27-
default: true
28-
description: "If true, the make release treats as workspace."
13+
# validation-flag:
14+
# type: boolean
15+
# default: false
16+
# description: "If true, the validation pipeline will be executed."
17+
# success-flag:
18+
# type: boolean
19+
# default: false
20+
# description: "If true, the success pipeline will be executed."
21+
# release-flag:
22+
# type: boolean
23+
# default: false
24+
# description: "If true, the release pipeline will be executed."
25+
# pcu_workspace:
26+
# type: boolean
27+
# default: true
28+
# description: "If true, the make release treats as workspace."
2929
pcu_verbosity:
3030
type: string
3131
default: "-vv"
3232
description: "Verbosity for pcu application executions."
3333

3434
orbs:
35-
toolkit: jerus-org/circleci-toolkit@2.9.1
35+
toolkit: jerus-org/circleci-toolkit@2.10.4
3636

3737
executors:
3838
rust_env:

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- 👷 ci(circleci)-update toolkit orb version and comment out flags(pr [#1345])
13+
814
## [3.0.22] - 2025-04-30
915

1016
### Changed
@@ -1224,7 +1230,9 @@ emitted if a tracing subscriber is not found.
12241230
[#1341]: https://github.com/jerus-org/hcaptcha-rs/pull/1341
12251231
[#1342]: https://github.com/jerus-org/hcaptcha-rs/pull/1342
12261232
[#1344]: https://github.com/jerus-org/hcaptcha-rs/pull/1344
1227-
[3.0.22]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...hcaptcha-v3.0.22
1233+
[#1345]: https://github.com/jerus-org/hcaptcha-rs/pull/1345
1234+
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.22...HEAD
1235+
[3.0.22]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...v3.0.22
12281236
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...v3.0.21
12291237
[3.0.20]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.19...v3.0.20
12301238
[3.0.19]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.18...v3.0.19

0 commit comments

Comments
 (0)