Skip to content

Commit

Permalink
Merge pull request #1224 from jerus-org/release-workspace
Browse files Browse the repository at this point in the history
chore(circleci): simplify release workflow by removing redundant job configuration
  • Loading branch information
jerusdp authored Dec 16, 2024
2 parents a40e2e6 + 6c7952f commit 544107d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,24 +220,8 @@ workflows:
- not: << pipeline.parameters.validation-flag >>
jobs:
- toolkit/make_release:
name: publish release for hcaptcha
context:
- release
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
package: "hcaptcha hcaptcha_derive"

- toolkit/make_release:
requires:
- publish release for hcaptcha
name: make release for << matrix.package >>
context:
- release
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
publish: false
matrix:
parameters:
package: [hcaptcha-cli, mock-verifier]
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)-simplify release workflow by removing redundant job configuration(pr [#1224])

### Fixed

- deps: update github/codeql-action action to v3.27.9(pr [#1221])
Expand Down Expand Up @@ -856,6 +860,7 @@ emitted if a tracing subscriber is not found.
[#1221]: https://github.com/jerus-org/hcaptcha-rs/pull/1221
[#1222]: https://github.com/jerus-org/hcaptcha-rs/pull/1222
[#1223]: https://github.com/jerus-org/hcaptcha-rs/pull/1223
[#1224]: https://github.com/jerus-org/hcaptcha-rs/pull/1224
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.0
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...v3.0.0
Expand Down

0 comments on commit 544107d

Please sign in to comment.