Skip to content

Commit

Permalink
Add old_tag Output to the README (#314)
Browse files Browse the repository at this point in the history
* Add old_tag output to the readme

* Remove .gitignore, as requested
  • Loading branch information
gabriel-stackhouse authored Jun 26, 2024
1 parent afe4b67 commit 5b0f9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5b0f9e4

Please sign in to comment.