Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvaneyk committed Sep 28, 2020
1 parent 8baa068 commit d12d0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := help

VERSION := $(shell git describe --abbrev=0 2>/dev/null || echo "v0.0.0-SNAPSHOT")
VERSION := $(shell git describe --abbrev=0 2>/dev/null || echo "v0.1.0-SNAPSHOT")
PATH := $(PWD)/bin:$(PATH)
SHELL := env PATH=$(PATH) /bin/bash
TOOLS_DIR := hack/tools
Expand Down Expand Up @@ -55,4 +55,4 @@ tools: ## Install all required tools

.PHONY: release
release: clean generate verify test ## Build and release goversion, publishing the artifacts on Github and Dockerhub.
GOVERSION_LDFLAGS=$(shell goversion ldflags --print-ldflag=false --version=${VERSION} --strict) goreleaser release --rm-dist --skip-publish --snapshot --debug
GOVERSION_LDFLAGS="$(shell goversion ldflags --print-ldflag=false --version=${VERSION} --strict)" goreleaser release --rm-dist

0 comments on commit d12d0c2

Please sign in to comment.