-
Notifications
You must be signed in to change notification settings - Fork 4
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
semver ability like npm #3
Comments
Good idea. Thanks! |
OK, I get that |
That's the released identifier, build i is a plus sign following the number, examples from the spec: |
what about tin could then: var semver = require('semver')
var version = require('./{package,component,bower}.json').version
var updated = semver.inc(version, release) so |
@stephenmathieson I like it. Except I think I'll stick with the |
imo, this isn't a feature which justifies breaking backwards compatibility, so changing i choose |
+1 on bump |
the npm version command is a nifty feature, it might be nice for tin to be able to increment versions like that, if they conflict it can just default to the highest one.
The text was updated successfully, but these errors were encountered: