From 55405a48688ca9ff22f65ce38b73527980e0f918 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 18 Mar 2017 11:04:40 -0700 Subject: [PATCH] Renamed auto paramter to enabled for autoGitTag directive. --- documentation/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 6946cfb..0b67fb8 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -871,17 +871,17 @@ Now, all you need to do is to upload your package:

     autoGitTag {
-        auto = true
+        enabled = true
         annotated = true
         tag = "v$version"
         message = "Release v$version"
     }

The following configuration parameters are supported:

-
auto
-
Auto-tagging is enabled by default. Set to false to disable.
annotated
A lightweight tag is created by default. Set to true to create an annotated tag.
+
enabled
+
Auto-tagging is enabled by default. Set to false to disable.
tag
The git tag. Set to the project version by default.
message