Skip to content

Commit

Permalink
Update readme and info to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hormazabal committed Oct 10, 2018
1 parent 89defe2 commit 9a8cb46
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.8]
[Version: v0.0.9]

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.8"
PROG_VERSION="v0.0.9"

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 9a8cb46

Please sign in to comment.