Skip to content

0.13.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 19:17
· 14 commits to main since this release
8e84bbb

This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.

This closes #33