diff --git a/.circleci/config.yml b/.circleci/config.yml index 862b4e71..f4273a14 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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] diff --git a/CHANGELOG.md b/CHANGELOG.md index caeec8c7..78644fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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