Skip to content

Commit

Permalink
Fix changelog format
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Nov 7, 2023
1 parent 435676b commit 33471ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
changelog:
runs-on: ubuntu-latest
name: Validate Changelog
name: Validate
steps:
- uses: actions/checkout@v3
- uses: zattoo/changelog@v1
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
## [0.14.0] - 2023-11-07

### Added

- Global flag `--fix-hint={on,off}` to hide the hint of how to fix something.

### Fixed

- Typos in the fix-hint output.

### Changed

- Workflows do not show the fix-hint anymore since they can provide their own.
2 changes: 1 addition & 1 deletion src/cmd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub struct GlobalArgs {
#[clap(long = "log", global = true, default_value = "info", ignore_case = true)]
level: ::log::LevelFilter,

/// Log level to use.
/// LOGGING IS DISABLED IN THIS BUILD; FLAG IGNORED.
#[cfg(not(feature = "logging"))]
#[clap(long = "log", global = true, default_value = "info", ignore_case = true)]
level: String,
Expand Down

0 comments on commit 33471ae

Please sign in to comment.