Skip to content

Commit

Permalink
fix: add previous_version to action.yml (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
teruyamato0731 committed Mar 11, 2024
1 parent 5a16d14 commit 1bf7977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bf7977

Please sign in to comment.