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

slt-release: fallback to package.json for version #55

Merged
merged 1 commit into from
May 26, 2016
Merged

Conversation

rmg
Copy link
Member

@rmg rmg commented May 25, 2016

If no version or increment is given, use the version that is in
package.json for the release.

After the version has been identified, by argument, increment, or
package.json, THEN validate it for suitability.

The version must be:

  • unreleased on the registry being used
  • untagged in the git repository
  • a valid SemVer version string

If all of these criteria are met, then proceed to cut the release.

If no version or increment is given, use the version that is in
package.json for the release.

After the version has been identified, by argument, increment, or
package.json, THEN validate it for suitability.

The version must be:
 - unreleased on the registry being used
 - untagged in the git repository
 - a valid SemVer version string

If all of these criteria are met, then proceed to cut the release.
@rmg rmg merged commit f1fd04c into master May 26, 2016
@rmg rmg removed #review labels May 26, 2016
@rmg rmg deleted the default-version branch May 26, 2016 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants