Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support arbitrary prerelease strings #342

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2023

  1. Add source.pre_release_prefixes

    Allow the user to opt into checking for prefixes other than the default
    alpha/beta/rc.
    Opting in additionally allows for prereleases containing '-' delimeters as
    allowed by Semver 2.0.0.
    
    Signed-off-by: Conor Nosal <cnosal@vmware.com>
    cjnosal committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bca916b View commit details
    Browse the repository at this point in the history
  2. Add source.tag_regex

    Match arbitrary tags. Takes precendence over pre_releases.
    
    Signed-off-by: Conor Nosal <cnosal@vmware.com>
    cjnosal committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    63f82f7 View commit details
    Browse the repository at this point in the history