Skip to content

Commit

Permalink
Merge pull request #8422 from johngmyers/automated-cherry-pick-of-#83…
Browse files Browse the repository at this point in the history
…73-upstream-release-1.15

Automated cherry pick of #8373: Prefix git tags with `v`
  • Loading branch information
k8s-ci-robot authored Jan 28, 2020
2 parents 3bbc979 + 2094c65 commit 2c2079f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,11 @@ ${CHANNELS}:
.PHONY: release-tag
release-tag:
git tag ${KOPS_RELEASE_VERSION}
git tag v${KOPS_RELEASE_VERSION}

.PHONY: release-github
release-github:
shipbot -tag ${KOPS_RELEASE_VERSION} -config .shipbot.yaml
shipbot -tag v${KOPS_RELEASE_VERSION} -config .shipbot.yaml

# --------------------------------------------------
# API / embedding examples
Expand Down

0 comments on commit 2c2079f

Please sign in to comment.