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 d78b8dc commit 990c657
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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/increment-semantic-version@1.2.2
uses: christian-draeger/increment-semantic-version@1.2.3
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 @@ -94,6 +94,9 @@ The incremented version.
| rc | 2.11.7 | 2.11.7-rc.1 |
| rc | 2.11.7-alpha3 | 2.11.7-rc.1 |
| rc | 2.11.7-alpha.3 | 2.11.7-rc.1 |
| stable | 2.11.7 | 2.11.7 |
| stable | 2.11.7-alpha3 | 2.11.7 |
| stable | 2.11.7-alpha.3 | 2.11.7 |

## License

Expand Down

0 comments on commit 990c657

Please sign in to comment.