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

2.7.0 #139

Closed
wants to merge 2 commits into from
Closed

2.7.0 #139

wants to merge 2 commits into from

Commits on Dec 13, 2022

  1. backport: Allow prerelease versions in release headers (#130)

    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 authored and legobeat committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d6c03b2 View commit details
    Browse the repository at this point in the history
  2. 2.7.0

    github-actions committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4dcb158 View commit details
    Browse the repository at this point in the history