Skip to content

Commit bce9cd8

Browse files
timoknappchristophwitzko
authored andcommitted
fix: typo in config
1 parent e428154 commit bce9cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func InitConfig(cmd *cobra.Command) error {
179179
cmd.Flags().Bool("dry", false, "do not create release")
180180
cmd.Flags().Bool("allow-initial-development-versions", false, "semantic-release will start your initial development release at 0.1.0")
181181
cmd.Flags().Bool("allow-no-changes", false, "exit with code 0 if no changes are found, useful if semantic-release is automatically run")
182-
cmd.Flags().Bool("force-bump-patch", false, "increments the patch version if no changes are found")
182+
cmd.Flags().Bool("force-bump-patch-version", false, "increments the patch version if no changes are found")
183183
cmd.Flags().Bool("prepend-changelog", false, "if the changelog file already exist the new changelog is prepended")
184184
cmd.Flags().Bool("download-plugins", false, "downloads all required plugins if needed")
185185
cmd.Flags().Bool("show-progress", false, "shows the plugin download progress")

0 commit comments

Comments
 (0)