Skip to content

Commit

Permalink
Merge pull request #1217 from jerus-org/separate-derive
Browse files Browse the repository at this point in the history
ci(circleci): separate release jobs for hcaptcha and hcaptcha_derive
  • Loading branch information
jerusdp authored Dec 9, 2024
2 parents 87bb7f5 + 59e3bfe commit bacea4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,27 @@ workflows:
- not: << pipeline.parameters.validation-flag >>
jobs:
- toolkit/make_release:
name: publish release for
alias: publish release for << matrix.package >>
name: publish release for hcaptcha
context:
- release
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
matrix:
parameters:
package: [hcaptcha, hcaptcha_derive]
package: hcaptcha

- toolkit/make_release:
name: publish release for hcaptcha_derive
context:
- release
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
package: hcaptcha_derive

- toolkit/make_release:
requires:
- publish release for
- publish release for hcaptcha
- publish release for hcaptcha_derive
name: make release for << matrix.package >>
context:
- release
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore-update CircleCI config and Cargo.lock dependencies(pr [#1214])
- ci(circleci)-update config to use matrix parameters for package selection(pr [#1215])
- ci(circleci)-update job names for release workflow(pr [#1216])
- ci(circleci)-separate release jobs for hcaptcha and hcaptcha_derive(pr [#1217])

## [2.8.10] - 2024-12-07

Expand Down Expand Up @@ -834,6 +835,7 @@ emitted if a tracing subscriber is not found.
[#1214]: https://github.com/jerus-org/hcaptcha-rs/pull/1214
[#1215]: https://github.com/jerus-org/hcaptcha-rs/pull/1215
[#1216]: https://github.com/jerus-org/hcaptcha-rs/pull/1216
[#1217]: https://github.com/jerus-org/hcaptcha-rs/pull/1217
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...HEAD
[2.8.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...v2.8.10
[2.8.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...v2.8.10
Expand Down

0 comments on commit bacea4a

Please sign in to comment.