1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Renamed auto paramter to enabled for autoGitTag directive.

This commit is contained in:
Erik C. Thauvin 2017-03-18 11:04:40 -07:00
parent beb29fdfc1
commit 55405a4868

View file

@ -871,17 +871,17 @@ Now, all you need to do is to upload your package:
</p>
<pre class="brush:java">
autoGitTag {
auto = true
enabled = true
annotated = true
tag = "v$version"
message = "Release v$version"
}</pre>
<p>The following configuration parameters are supported:</p>
<dl>
<dt>auto</dt>
<dd>Auto-tagging is enabled by default. Set to <code>false</code> to disable.</dd>
<dt>annotated</dt>
<dd>A lightweight tag is created by default. Set to <code>true</code> to create an annotated tag.</dd>
<dt>enabled</dt>
<dd>Auto-tagging is enabled by default. Set to <code>false</code> to disable.</dd>
<dt>tag</dt>
<dd>The git tag. Set to the project version by default.</dd>
<dt>message</dt>