docs/versioning.md in builderator-1.1.5 vs docs/versioning.md in builderator-1.1.6
- old
+ new
@@ -31,15 +31,15 @@
## Configuration
The `autoversion` namespace has two attributes:
-* `create_tags BOOLEAN` enables auto-generation of SCM tags after `bump` tasks. Default `true`.
+* `create_tags BOOLEAN` enables auto-generation of SCM tags after `bump` tasks. Default `false`.
* `search_tags` enables detection of the current version from SCM tags. Default `true`.
```ruby
autoversion do |version|
- version.create_tags true
+ version.create_tags false
version.search_tags true
end
```
## Adding Providers