Skip to content

Commit a187336

Browse files
authored
👷 ci(circleci): remove release filters from config (#1344)
- delete unused release filter settings from github_release.yml for simplification
1 parent 0ad7a49 commit a187336

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.circleci/github_release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
version: 2.1
22

3-
# Filter for release tags.
4-
release-filters: &release-filters
5-
branches:
6-
ignore: /.*/
7-
tags:
8-
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
9-
103
parameters:
114
min-rust-version:
125
type: string

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- 👷 ci(circleci)-remove release filters from config(pr [#1344])
13+
814
## [3.0.21] - 2025-04-26
915

1016
### Changed
@@ -1217,7 +1223,9 @@ emitted if a tracing subscriber is not found.
12171223
[#1340]: https://github.com/jerus-org/hcaptcha-rs/pull/1340
12181224
[#1341]: https://github.com/jerus-org/hcaptcha-rs/pull/1341
12191225
[#1342]: https://github.com/jerus-org/hcaptcha-rs/pull/1342
1220-
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...hcaptcha-v3.0.21
1226+
[#1344]: https://github.com/jerus-org/hcaptcha-rs/pull/1344
1227+
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...HEAD
1228+
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...v3.0.21
12211229
[3.0.20]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.19...v3.0.20
12221230
[3.0.19]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.18...v3.0.19
12231231
[3.0.18]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.17...v3.0.18

0 commit comments

Comments
 (0)