From 6b1938fd7e264ede0ef3f7edacf7dd1eea619514 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Mon, 25 Mar 2019 14:15:43 +0800 Subject: [PATCH] docs: add a plugin for Gradle project --- docs/extending/plugins-list.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index e91ee1bb..2f208043 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -72,4 +72,8 @@ - `prepare`: Changes the version number in the `pom.xml` (or all `pom.xml` files in maven projects with multiple `pom.xml` files) and optionally creates a commit with this version number and pushes it to `master` - `publish`: Runs `mvn deploy` to deploy to maven central and optionally will update to next snapshot version and merge changes to development branch - [semantic-release-ado](https://github.com/lluchmk/semantic-release-ado) - - `prepare`: Stores the version number as an Azure DevOps pipeline variable availabe to downstream steps on the job \ No newline at end of file + - `prepare`: Stores the version number as an Azure DevOps pipeline variable availabe to downstream steps on the job +- [gradle-semantic-release](https://github.com/KengoTODA/gradle-semantic-release-plugin) + - `verifyConditions`: Verify that project has a Gradle wrapper script, and `build.gradle` contains a task to publish artifacts. + - `prepare`: Changes the version number in the `gradle.properties` + - `publish`: Triggers Gradle to publish artifacts.