This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When -d flag, the defaults are empty
- Loading branch information
1 parent
fe0f33a
commit 2a86e10
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 comments
on commit 2a86e10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petervanderdoes
I'm so sorry about this, I created a PR #342 without detailed validation;
I fixed it in my branch, by set default value for options. I found this commit when creating new PR #404.
# line: 93
DEFINE_string 'feature' "feature/" 'feature branches' p
DEFINE_string 'bugfix' "bugfix/" 'bugfix branches' b
DEFINE_string 'release' "release/" 'release branches' r
DEFINE_string 'hotfix' "hotfix/" 'hotfix branches' x
DEFINE_string 'support' "support/" 'support branches' s
DEFINE_string 'tag' "" 'version tag prefix' t
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you do this, the default value would always be used even if there is a config somewhere stating a different name.
Unexpected EOF while looking for matching `)'