Skip to content

Commit 37ab9e3

Browse files
committed
Fix documentation of bump command
1 parent 18acaa3 commit 37ab9e3

File tree

1 file changed

+3
-3
lines changed
  • crates/tracel-xtask-macros/src

1 file changed

+3
-3
lines changed

crates/tracel-xtask-macros/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,12 @@ fn get_subcommand_variant_map() -> HashMap<&'static str, proc_macro2::TokenStrea
564564
(
565565
"BumpSubCommand",
566566
quote! {
567-
#[doc = r"Run unit tests."]
567+
#[doc = r"Bump the major version (x.0.0)."]
568568
Major,
569-
#[doc = r"Run integration tests."]
569+
#[doc = r"Bump the minor version (0.x.0)."]
570570
Minor,
571571
#[default]
572-
#[doc = r"Run documentation tests."]
572+
#[doc = r"Bump the patch version (0.0.x)."]
573573
Patch,
574574
},
575575
),

0 commit comments

Comments
 (0)