Skip to content

Commit

Permalink
Merge pull request #1216 from jerus-org/fix-requirements
Browse files Browse the repository at this point in the history
ci(circleci): update job names for release workflow
  • Loading branch information
jerusdp authored Dec 9, 2024
2 parents 3ad7853 + bb6e152 commit 87bb7f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ workflows:
- not: << pipeline.parameters.validation-flag >>
jobs:
- toolkit/make_release:
name: make for hcaptcha
name: publish release for
alias: publish release for << matrix.package >>
context:
- release
- bot-check
Expand All @@ -232,8 +233,8 @@ workflows:

- toolkit/make_release:
requires:
- make for hcaptcha
name: make releases - << matrix.package >>
- publish release for
name: make release for << matrix.package >>
context:
- release
- bot-check
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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])

## [2.8.10] - 2024-12-07

Expand Down Expand Up @@ -832,6 +833,7 @@ emitted if a tracing subscriber is not found.
[#1213]: https://github.com/jerus-org/hcaptcha-rs/pull/1213
[#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
[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 87bb7f5

Please sign in to comment.