From 235247a154db47665ea7bc55663eb2858efc7006 Mon Sep 17 00:00:00 2001 From: Yoshikawa Teru Date: Sat, 8 Jul 2023 18:54:58 +0900 Subject: [PATCH] fix: add previous_version to action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index eae936ed1..2a0195ca6 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,8 @@ outputs: description: "Generated tag without the prefix" previous_tag: description: "Previous tag (or `0.0.0`)" + previous_version: + description: "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: description: "The computed release type (`major`, `minor`, `patch` or `custom` - can be prefixed with `pre`)" changelog: