From 1bf7977a3da165de50510f793132286574222465 Mon Sep 17 00:00:00 2001 From: Yoshikawa Teru <77840326+teruyamato0731@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:53:34 +0900 Subject: [PATCH] fix: add previous_version to action.yml (#183) --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index b572b63d5..7b8bb1da8 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: