We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commit_changes
.publish
false
1 parent 23bbba4 commit d1bd9d5Copy full SHA for d1bd9d5
module/move/willbe/src/command/mod.rs
@@ -31,7 +31,7 @@ mod private
31
.optional( true )
32
.end()
33
.property( "commit_changes" )
34
- .hint( "Indicates whether changes should be committed. Default is `true`." )
+ .hint( "Indicates whether changes should be committed. Default is `false`." )
35
.kind( Type::Bool )
36
37
module/move/willbe/src/command/publish.rs
@@ -17,7 +17,7 @@ mod private
17
channel : Channel,
18
#[ former( default = true ) ]
19
exclude_dev_dependencies : bool,
20
- #[ former( default = true ) ]
+ #[ former( default = false ) ]
21
commit_changes : bool,
22
23
dry : bool,
0 commit comments