Skip to content

Commit

Permalink
Example for level=patch
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Oct 7, 2024
1 parent e913871 commit 7176c13
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 @@ -11,6 +11,7 @@ For example:
- `current_version=v1.2.3`, `level=major` -> `new_version=v2.0.0`
- `current_version=1.2.3`, `level=major` -> `new_version=2.0.0`
- `current_version=v1.2.3`, `level=minor` -> `new_version=v1.3.0`
- `current_version=v1.2.3`, `level=patch` -> `new_version=v1.2.4`

It would be more useful to use this with other GitHub Actions' outputs.

Expand Down

0 comments on commit 7176c13

Please sign in to comment.