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:
parent
beb29fdfc1
commit
55405a4868
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue