Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-draeger authored Dec 21, 2024
1 parent 0596efb commit d3aa8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The incremented version.
steps:
- name: Bump release version
id: bump_version
uses: christian-draeger/[email protected].0
uses: christian-draeger/[email protected].2
with:
current-version: ${{ env.CURRENT_VERSION_TOP_LEVEL }} # also accepted: 'v2.11.7-alpha.3' | '2.11.7-alpha3'
version-fragment: 'feature'
Expand Down Expand Up @@ -82,6 +82,7 @@ The incremented version.
| hotfix | 2.11.7-alpha3 | 2.11.8 |
| hotfix | 2.11.7-alpha.3 | 2.11.8 |
| alpha | 2.11.7 | 2.11.7-alpha.1 |
| alpha | 2.11.7-alpha | 2.11.7-alpha.1 |
| alpha | 2.11.7-alpha3 | 2.11.7-alpha.4 |
| alpha | 2.11.7-alpha.3 | 2.11.7-alpha.4 |
| beta | 2.11.7 | 2.11.7-beta.1 |
Expand Down

0 comments on commit d3aa8be

Please sign in to comment.