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

New tag argument to control prefix of version #11

Merged
merged 2 commits into from Oct 12, 2021

Commits on Oct 7, 2021

  1. New tag argument to control prefix of version

    Add an new input `tag` and remove `version` as required option to allow
    smooth transition to the new `tag` argument later. If tag is set version
    argument is ignored, if version argument is set a warning is emitted to
    transition to tag and tag is set to its value.
    
    Internally tag is added along version to differentiate the version
    (strict semver) and the tag (potentially 'v' prefixed semver). If the
    tag is prefixed, version is set as the non-prefixed tag value.
    h4sh3d committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    576342e View commit details
    Browse the repository at this point in the history
  2. Document new tag argument

    h4sh3d committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7e9f6cc View commit details
    Browse the repository at this point in the history