Skip to content

Commit 9e29516

Browse files
authored
Merge pull request #1152 from jerus-org/restore-default-verbosity
chore(ci): update default verbosity level in CircleCI config
2 parents 29284ee + b696b55 commit 9e29516

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ commands:
4040
parameters:
4141
pcu_verbosity:
4242
type: string
43-
default: "-vvvvv"
43+
default: "-vv"
4444
description: "The verbosity of the pcu command"
4545
pcu_update_changelog:
4646
type: boolean
@@ -463,5 +463,5 @@ workflows:
463463
min_rust_version: << pipeline.parameters.min-rust-version >>
464464
pcu_workspace: << pipeline.parameters.pcu_workspace >>
465465
update_pcu: true
466-
pcu_verbosity: "-vvvvv"
466+
# pcu_verbosity: "-vvvvv"
467467
publish: false

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+
- chore(ci)-update default verbosity level in CircleCI config(pr [#1152])
13+
814
## [2.7.8] - 2024-10-24
915

1016
### Changed
@@ -620,7 +626,9 @@ emitted if a tracing subscriber is not found.
620626
[#1148]: https://github.com/jerus-org/hcaptcha-rs/pull/1148
621627
[#1150]: https://github.com/jerus-org/hcaptcha-rs/pull/1150
622628
[#1151]: https://github.com/jerus-org/hcaptcha-rs/pull/1151
623-
[2.7.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.7...hcaptcha-v2.7.8
629+
[#1152]: https://github.com/jerus-org/hcaptcha-rs/pull/1152
630+
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.8...HEAD
631+
[2.7.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.7...v2.7.8
624632
[2.7.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.6...v2.7.7
625633
[2.7.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.5...v2.7.6
626634
[2.7.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.4...v2.7.5

0 commit comments

Comments
 (0)