Skip to content

Commit

Permalink
Merge pull request #4 from TLINDEN/development
Browse files Browse the repository at this point in the history
release v0.0.2/2
  • Loading branch information
TLINDEN authored Mar 31, 2023
2 parents 6b2e901 + 72fd1b0 commit 99b4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BRANCH = $(shell git branch --show-current)
COMMIT = $(shell git rev-parse --short=8 HEAD)
BUILD = $(shell date +%Y.%m.%d.%H%M%S)
VERSION := $(if $(filter $(BRANCH), development),$(version)-$(BRANCH)-$(COMMIT)-$(BUILD),$(version))
ONMAIN := $(if $(filter $(BRANCH), main),"main","")
BR_MAIN := $(if $(filter $(BRANCH), main),"main","")
HAVE_POD := $(shell pod2text -h 2>/dev/null)
HAVE_LINT:= $(shell golangci-lint -h 2>/dev/null)
DAEMON := ephemerupd
Expand Down

0 comments on commit 99b4dfa

Please sign in to comment.