Skip to content

Commit

Permalink
fix: bump version arg
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 11, 2020
1 parent f780561 commit 17668ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/cog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ fn main() -> Result<()> {
.about("Commit changelog from latest tag to HEAD and create a new tag")
.arg(Arg::with_name("version")
.help("Manually set the next version")
.short("m")
.short("v")
.takes_value(true)
.long("version")
.required_unless_one(&["auto", "major", "patch", "minor"])
)
Expand Down

0 comments on commit 17668ba

Please sign in to comment.