fix: template substitions
This commit is contained in:
parent
dee239a3d4
commit
5df921238e
3 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Used for semver bumping
|
||||
PROTECTED_BRANCH := master
|
||||
APP_NAME := $(shell pluginctl manifest get '{{.id}}')
|
||||
APP_NAME := $(shell pluginctl manifest get '{{"{{"}}.Id{{"}}"}}')
|
||||
CURRENT_VERSION := $(shell git describe --abbrev=0 --tags)
|
||||
VERSION_PARTS := $(subst ., ,$(subst v,,$(subst -rc, ,$(CURRENT_VERSION))))
|
||||
MAJOR := $(word 1,$(VERSION_PARTS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue