diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f12f6d4..51453a90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,3 +157,9 @@ workflows: - bot-check ssh_fingerprint: << pipeline.parameters.fingerprint >> min_rust_version: << pipeline.parameters.min-rust-version >> + + - toolkit/no_release: + min_rust_version: << pipeline.parameters.min-rust-version >> + requires: + - toolkit/save_next_version: + - failed diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f705f8..28940109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- ci(circleci)-add no_release job to workflows with failure dependency(pr [#718]) + ## [0.4.34] - 2025-01-11 ### Changed @@ -663,6 +669,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#714]: https://github.com/jerus-org/mockd/pull/714 [#716]: https://github.com/jerus-org/mockd/pull/716 [#717]: https://github.com/jerus-org/mockd/pull/717 +[#718]: https://github.com/jerus-org/mockd/pull/718 +[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.34...HEAD [0.4.34]: https://github.com/jerus-org/mockd/compare/v0.4.33...v0.4.34 [0.4.33]: https://github.com/jerus-org/mockd/compare/v0.4.32...v0.4.33 [0.4.32]: https://github.com/jerus-org/mockd/compare/v0.4.31...v0.4.32