From 745081026c0ea9624c2a9f9efc4b98262b07f576 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Tue, 20 Apr 2021 07:53:18 +0200 Subject: [PATCH] add doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c6ad8e08..2ab1a7d1a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ jobs: - **new_version** - The value of the newly created tag without the prefix. Note that if there hasn't been any new commit, this will be `undefined`. - **previous_tag** - The value of the previous tag (or `v0.0.0` if none). Note that if `custom_tag` is set, this will be `undefined`. - **previous_version** - The value of the previous tag (or `0.0.0` if none) without the prefix. Note that if `custom_tag` is set, this will be `undefined`. +- **release_type** - The computed release type (`major`, `minor`, `patch` or `custom` - can be prefixed with `pre`). - **changelog** - The [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) since the previous tag. > **_Note:_** This action creates a [lightweight tag](https://developer.github.com/v3/git/refs/#create-a-reference) by default.