diff --git a/documentation/index.html b/documentation/index.html index 3182fb0..6946cfb 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -855,13 +855,9 @@ Now, all you need to do is to upload your package: bintray { publish = true sign = true - autoGitTag = true }
The following configuration parameters are supported:
-uploadBintray
task is invoked, a git tag named as the version of the
- project is automatically created and pushed to the origin
.
+ When the uploadBintray
task is invoked, a git tag named as the version of the
+ project is automatically created and pushed to the origin
.
+
+ autoGitTag { + auto = true + annotated = true + tag = "v$version" + message = "Release v$version" + }+
The following configuration parameters are supported:
+false
to disable.true
to create an annotated tag.Profiles allow you to run altered versions of your build file by using command