Skip to content

Commit

Permalink
Merge pull request #1240 from jerus-org/update-toolkit
Browse files Browse the repository at this point in the history
chore(circleci): update toolkit orb to version 2.0.0 and add new jobs to workflows
  • Loading branch information
jerusdp authored Jan 3, 2025
2 parents f5b3d07 + 951b004 commit f213337
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
description: "If true, the make release treats as workspace."

orbs:
toolkit: jerus-org/circleci-toolkit@1.21.0
toolkit: jerus-org/circleci-toolkit@2.0.0

executors:
rust_env:
Expand Down Expand Up @@ -219,8 +219,13 @@ workflows:
- not: << pipeline.parameters.success-flag >>
- not: << pipeline.parameters.validation-flag >>
jobs:
- toolkit/save_next_version:
min_rust_version: << pipeline.parameters.min-rust-version >>

- toolkit/make_release:
name: cargo release
requires:
- toolkit/save_next_version
context:
- release
- bot-check
Expand All @@ -240,3 +245,8 @@ workflows:
matrix:
parameters:
package: [hcaptcha, hcaptcha-derive]
- toolkit/no_release:
min_rust_version: << pipeline.parameters.min-rust-version >>
requires:
- toolkit/save_next_version:
- failed
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- chore(circleci)-update toolkit orb to version 2.0.0 and add new jobs to workflows(pr [#1240])

### Fixed

- deps: update rust crate reqwest to 0.12.12(pr [#1236])
Expand Down Expand Up @@ -904,6 +908,7 @@ emitted if a tracing subscriber is not found.
[#1237]: https://github.com/jerus-org/hcaptcha-rs/pull/1237
[#1238]: https://github.com/jerus-org/hcaptcha-rs/pull/1238
[#1239]: https://github.com/jerus-org/hcaptcha-rs/pull/1239
[#1240]: https://github.com/jerus-org/hcaptcha-rs/pull/1240
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.2...HEAD
[3.0.2]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.1
Expand Down

0 comments on commit f213337

Please sign in to comment.