Skip to content

Commit

Permalink
Merge pull request #102 from devlinjunker/patch-1.2.2
Browse files Browse the repository at this point in the history
patch-1.2.2
  • Loading branch information
devlinjunker authored Apr 5, 2021
2 parents eb1885e + bef42df commit 7ebd12a
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,5 +1,5 @@
---
Version: 1.2.0
Version: 1.2.2
---

<img align="right" width="100" height="140" src="https://github.com/devlinjunker/template.github.semver/raw/develop/img/logo-small.png" alt="semver template logo">
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/patch-cut-check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

if [[ "$1" != "main" && "$1" != "release-*" ]]; then
if [[ "$1" != "main" && "$1" != "release-"* ]]; then
echo "::error::Cannot Cut Patch off of non 'release-*' or 'main' branch";
exit 1
fi;

0 comments on commit 7ebd12a

Please sign in to comment.