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

Allow prerelease versions in release headers #130

Merged
merged 1 commit into from Nov 15, 2022
Merged

Commits on Nov 15, 2022

  1. Allow prerelease versions in release headers

    Currently, this tool expects the version in a release header to be a
    version that looks like `<major>.<minor>.<patch>` and rejects other
    formats. However, it may be useful to publish a prerelease version of a
    package so that integration with other products/services can be tested
    in a more "live" manner, particularly if that package is a part of a
    monorepo. A prerelease version looks like
    `<major>.<minor>.<patch>-<prerelease identifier>.<number>`, where
    `<prerelease identifier>` can be an arbitrary word like `alpha`, `beta`,
    or `rc`. This commit allows such versions.
    mcmire committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    47c2f33 View commit details
    Browse the repository at this point in the history