Skip to content

Commit 6049847

Browse files
🔧 chore(ci): clean up CircleCI GitHub release config (#1346)
* 🔧 chore(ci): clean up CircleCI GitHub release config - remove commented-out validation, success, release, and workspace flags - delete unused job dependencies and redundant steps for streamlining * chore: update changelog for pr --------- Co-authored-by: Jerus Bot <[email protected]>
1 parent 64bc9b0 commit 6049847

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.circleci/github_release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ 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."
2913
pcu_verbosity:
3014
type: string
3115
default: "-vv"
@@ -45,24 +29,14 @@ executors:
4529
workflows:
4630
github-release:
4731
jobs:
48-
- toolkit/save_next_version:
49-
min_rust_version: << pipeline.parameters.min-rust-version >>
5032
- toolkit/make_release:
5133
name: github release for hcaptcha
5234
context:
5335
- release
5436
- bot-check
55-
requires:
56-
- toolkit/save_next_version
5737
ssh_fingerprint: << pipeline.parameters.fingerprint >>
5838
min_rust_version: << pipeline.parameters.min-rust-version >>
5939
when_cargo_release: false
6040
pcu_verbosity: << pipeline.parameters.pcu_verbosity >>
6141
package: hcaptcha
62-
when_update_pcu: true
6342
remove_ssh_key: false
64-
- toolkit/no_release:
65-
min_rust_version: << pipeline.parameters.min-rust-version >>
66-
requires:
67-
- toolkit/save_next_version:
68-
- failed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- 👷 ci(circleci)-update toolkit orb version and comment out flags(pr [#1345])
13+
- 🔧 chore(ci)-clean up CircleCI GitHub release config(pr [#1346])
1314

1415
## [3.0.22] - 2025-04-30
1516

@@ -1231,6 +1232,7 @@ emitted if a tracing subscriber is not found.
12311232
[#1342]: https://github.com/jerus-org/hcaptcha-rs/pull/1342
12321233
[#1344]: https://github.com/jerus-org/hcaptcha-rs/pull/1344
12331234
[#1345]: https://github.com/jerus-org/hcaptcha-rs/pull/1345
1235+
[#1346]: https://github.com/jerus-org/hcaptcha-rs/pull/1346
12341236
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.22...HEAD
12351237
[3.0.22]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...v3.0.22
12361238
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...v3.0.21

0 commit comments

Comments
 (0)