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.
v1.0.1
1 parent bdf2ea3 commit 210edb4Copy full SHA for 210edb4
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v1.0.0
+VERSION=v1.0.1
2
3
ifndef GOBIN
4
ifndef GOPATH
codefresh.yaml
@@ -53,7 +53,6 @@ steps:
53
stage: Release
54
title: Create release in Github
55
commands:
56
- - export VERSION=$(make cur_version)
57
- VERSION=$(if [[ ${VERSION:0:1} == "v" ]] ; then echo $VERSION; else echo "v${VERSION}"; fi )
58
- gh release create --repo ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}} -t $VERSION -n $VERSION $VERSION
59
when:
0 commit comments