Skip to content

Commit

Permalink
Merge pull request #718 from jerus-org/add-no-release
Browse files Browse the repository at this point in the history
ci(circleci): add no_release job to workflows with failure dependency
  • Loading branch information
jerusdp authored Jan 11, 2025
2 parents ad8f517 + 7e18844 commit d25bc05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d25bc05

Please sign in to comment.