Skip to content

Commit

Permalink
Update readme and info to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nico2sh committed Dec 2, 2017
1 parent 583f462 commit b4c662d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Semtag
Semantic Tagging Script for Git

[Version: v0.0.4]
[Version: v0.0.5]

Notes: *This script is inspired by the [Nebula Release Plugin](https://github.com/nebula-plugins/nebula-release-plugin), and borrows a couple of lines from [Semver Bash Tool](https://github.com/fsaintjacques/semver-tool) (mostly the version comparison and the semantic version regex).*

Expand Down
2 changes: 1 addition & 1 deletion semtag
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PROG=semtag
PROG_VERSION="v0.0.4"
PROG_VERSION="v0.0.5"

SEMVER_REGEX="^v?(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?$"
IDENTIFIER_REGEX="^\-([0-9A-Za-z-]+)\.([0-9A-Za-z-]+)*$"
Expand Down

0 comments on commit b4c662d

Please sign in to comment.