Support pre-releases
See original GitHub issueIt would be nice to have support for pre-releases. I tend to pre-release everything that is not on master (my release branch) by using the same functionality that is used for creating releases except tagging them with a pre-release tag of choice according to the semver 2.0.0 specification https://semver.org/#spec-item-9.
Suggestion:
- Add a
pre_release_branches
input that similar torelease_branches
specifies which branches should be treated as pre-releases. Default to no branches in order to not break current behaviour. - Add a
append_to_pre_release_tag
input to define what should be appended to the pre-release tag according to semver 2.0.0 specification https://semver.org/#spec-item-9
Versioning release branches should follow the latest version from any pre-releases on the branch being merged into the release branch.
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (3 by maintainers)
Top Results From Across the Web
Magic The Gathering Prerelease Prize Support
Magic The Gathering Prerelease Prize Support Break Down By Attendance. We host multiple tournaments on each day of a prerelease weekend. Because of...
Read more >The Magic Prerelease Primer: Everything You Need to Know
Prerelease events are casual Sealed events that provide you with the first chance to play a new set by building a 40-card deck...
Read more >Prerelease | Magic: The Gathering - Wizards of the Coast
Your very first chance to play with the cards from a brand-new set. A week before the set is released, you can head...
Read more >Prerelease - MTG Wiki - Fandom
The Hero Prerelease Pack contains a spindown life counter, a Hero card unique to a players' chosen path, one of five quiz activity...
Read more >Prerelease Module Versions - PowerShell - Microsoft Learn
The PowerShellGet module provides support for tagging modules with versions greater than 1.0.0 as a prerelease using semantic versioning.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i updated v5 with the fix
@Fresa #38 was just merged!