Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix make_release workflow to properly handle alpha and beta releases (n…
…apari#7066) # References and relevant issues # Description For the current implementation, prerelease is set to true only if `rc` is in reference. So it set to true if `ref` is `refs/tags/v0.5.0rc1` and not set if `refs/tags/v0.5.0` or `refs/tags/v0.5.0a1` This PR fixes it to properly handle refs like `refs/tags/v0.5.0a1` or `refs/tags/v0.5.0b10`
- Loading branch information