We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source semver/semver#559
git tag --sort=-v:refname | egrep "^v[0-9]+(\.[0-9]+){0,2}$" | head -1 | gawk '{ match($0, /^v([0-9]+\.[0-9]+)\.([0-9]*)$/, arr)}{patch=arr[2]+1}{print arr[1]"."patch}'
The text was updated successfully, but these errors were encountered:
#21 Add semver incrementor with pre- segregation
c1e52b2
#21 Fix semver clone. Add test
0b8bdd5
#21 Fix git tags list call on empty stdin
dfa4c4b
#21 Update readme with server_inc mention
11270d6
askirmas
No branches or pull requests
Source semver/semver#559
Suite
Implementation idea
The text was updated successfully, but these errors were encountered: