Skip to content

Commit

Permalink
Merge pull request #8373 from rifelpet/release-semver
Browse files Browse the repository at this point in the history
Kops releases - prefix git tags with v
  • Loading branch information
k8s-ci-robot authored Jan 27, 2020
2 parents 4895c52 + 9349222 commit ff7d4eb
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 @@ -585,10 +585,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 ff7d4eb

Please sign in to comment.