File tree Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Original file line number Diff line number Diff 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
3434orbs :
35- toolkit : jerus-org/circleci-toolkit@2.9.1
35+ toolkit : jerus-org/circleci-toolkit@2.10.4
3636
3737executors :
3838 rust_env :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments