Skip to content

Commit

Permalink
Update readme and info to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hormazabal committed Nov 13, 2018
1 parent 54f6b45 commit 3a91cde
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.13]
[Version: v0.1.0]

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.13"
PROG_VERSION="v0.1.0"

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 3a91cde

Please sign in to comment.