Skip to content

Commit

Permalink
Add old_tag output to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Apr 12, 2024
1 parent 88c2e1b commit 1b7c607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.idea/
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -109,6 +109,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 1b7c607

Please sign in to comment.