Skip to content

Commit

Permalink
chore: sets a version on development build (#87)
Browse files Browse the repository at this point in the history
use `git describe --tags` to set a proper version on development builds
(builds from `main` branch).
  • Loading branch information
ricardomaraschini authored Sep 27, 2023
1 parent ef4ea79 commit bead705
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
@@ -1,4 +1,4 @@
VERSION ?= v0.0.0
VERSION ?= $(shell git describe --tags --dirty)
BUILDER_NAME = builder
APP_NAME = helmvm
ADMIN_CONSOLE_CHART_VERSION = 1.100.1
Expand Down

0 comments on commit bead705

Please sign in to comment.