Skip to content

Commit

Permalink
Merge pull request #1229 from jerus-org/toolkit-update
Browse files Browse the repository at this point in the history
chore(circleci): update toolkit orb version and add make_release job to workflows
  • Loading branch information
jerusdp authored Dec 21, 2024
2 parents 3ea4a15 + 9b2a66f commit 34c128a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
description: "If true, the make release treats as workspace."

orbs:
toolkit: jerus-org/circleci-toolkit@1.20.2
toolkit: jerus-org/circleci-toolkit@1.21.0

executors:
rust_env:
Expand Down Expand Up @@ -225,3 +225,17 @@ workflows:
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
when_github_release: false
- toolkit/make_release:
name: github release << matrix.cargo_package >>
context:
- release
- bot-check
requires:
- toolkit/make_release
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
when_cargo_release: false
matrix:
parameters:
cargo_package: [hcaptcha, hcaptcha-derive]
10 changes: 9 additions & 1 deletion 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

- chore(circleci)-update toolkit orb version and add make_release job to workflows(pr [#1229])

## [3.0.1] - 2024-12-21

### Changed
Expand Down Expand Up @@ -869,7 +875,9 @@ emitted if a tracing subscriber is not found.
[#1226]: https://github.com/jerus-org/hcaptcha-rs/pull/1226
[#1227]: https://github.com/jerus-org/hcaptcha-rs/pull/1227
[#1228]: https://github.com/jerus-org/hcaptcha-rs/pull/1228
[3.0.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...hcaptcha-v3.0.1
[#1229]: https://github.com/jerus-org/hcaptcha-rs/pull/1229
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.1
[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
[2.8.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...v2.8.10
Expand Down

0 comments on commit 34c128a

Please sign in to comment.