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

export new RELEASE_TYPES constant #530

Merged
merged 3 commits into from
Apr 10, 2023
Merged

export new RELEASE_TYPES constant #530

merged 3 commits into from
Apr 10, 2023

Commits on Apr 4, 2023

  1. feat: export new RELEASE_TYPES constant

    Which will help library consumers better integrate semver into their apps.
    
    Possible usecases of consuming this constant:
    
    - Automatically show a dropdown of available release types that conform to the semver spec
    - Validate user inputs where a release type is expected
    hcharley authored and wraithgar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6edf76d View commit details
    Browse the repository at this point in the history
  2. docs: Add "Constants" section to README

    documents `RELEASE_TYPES` and `SEMVER_SPEC_VERSION`
    hcharley authored and wraithgar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    67aa3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b8c96 View commit details
    Browse the repository at this point in the history