We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd8cc3 commit 468deacCopy full SHA for 468deac
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v1.3.0
+VERSION=v1.3.1
2
3
ifndef GOBIN
4
ifndef GOPATH
codefresh.yaml
@@ -33,6 +33,10 @@ steps:
33
image: alpine/semver
34
commands:
35
- semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version! current is ${{VERSION}} latest is ${{LATEST_VERSION}}" && exit 1)
36
+ when:
37
+ branch:
38
+ ignore:
39
+ - master
40
41
lint:
42
<<: *deps
0 commit comments