Skip to content

Commit

Permalink
fix: Another xtask Display impl fix. (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker authored Jan 29, 2025
1 parent 29beb5d commit 19ab353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 110 deletions.
110 changes: 0 additions & 110 deletions gitoid/CHANGELOG.md

This file was deleted.

3 changes: 3 additions & 0 deletions xtask/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ pub enum Crate {
#[derive(Debug, Clone, Copy, PartialEq, Eq, derive_more::Display, clap::ValueEnum)]
pub enum Bump {
/// Bump the major version.
#[display("major")]
Major,

/// Bump the minor version.
#[display("minor")]
Minor,

/// Bump the patch version.
#[display("patch")]
Patch,
}

0 comments on commit 19ab353

Please sign in to comment.