mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-08 04:14:32 +00:00
Set respect existing tags default to true.
This commit is contained in:
+1
-1
@@ -81,5 +81,5 @@ func init() {
|
||||
rootCmd.PersistentFlags().BoolVarP(¶ms.varDebug, "debug", "d", false, "Enable debug mode")
|
||||
rootCmd.PersistentFlags().BoolVarP(¶ms.varUpdate, "update", "u", false, "Update binary with latest")
|
||||
rootCmd.PersistentFlags().BoolVarP(¶ms.varStrict, "strict", "s", false, "Strict matching")
|
||||
rootCmd.PersistentFlags().BoolVarP(¶ms.varExisting, "existing", "e", false, "Respect existing tags")
|
||||
rootCmd.PersistentFlags().BoolVarP(¶ms.varExisting, "existing", "e", true, "Respect existing tags")
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
force:
|
||||
major: 1
|
||||
existing: false
|
||||
existing: true
|
||||
strict: false
|
||||
wording:
|
||||
patch:
|
||||
|
||||
Reference in New Issue
Block a user