Skip to content

Commit

Permalink
Merge pull request #127 from sunng87/feature/default-tag-prefix
Browse files Browse the repository at this point in the history
(feat) add v to default version tag
  • Loading branch information
sunng87 authored Jul 16, 2019
2 parents 571aecc + 3e32ff0 commit 120ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ impl Config {
self.tag_name
.as_ref()
.map(|s| s.as_str())
.unwrap_or("{{prefix}}{{version}}")
.unwrap_or("{{prefix}}v{{version}}")
}

pub fn doc_commit_message(&self) -> &str {
Expand Down

0 comments on commit 120ea20

Please sign in to comment.