From 5b0f9e4ee4ab5f1b2704575fb5e37fac5775879c Mon Sep 17 00:00:00 2001 From: Gabriel Stackhouse <45368106+gabriel-stackhouse@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:45:22 -0500 Subject: [PATCH] Add old_tag Output to the README (#314) * Add old_tag output to the readme * Remove .gitignore, as requested --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bc48536..d4d9bd97 100755 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ _NOTE: set the fetch-depth for `actions/checkout@v2` or newer to be sure you ret ### Outputs - **new_tag** - The value of the newly created tag. +- **old_tag** - The value of the last semantic version tag before the version bump. Empty if no version bump is performed. - **tag** - The value of the latest tag after running this action. - **part** - The part of version which was bumped.