Skip to content

Commit

Permalink
Remove VERSION file and use git tag for version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvankampen committed Nov 27, 2024
1 parent dbd7c0f commit eb8e738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMMIT_ID=$(shell git rev-parse --short HEAD)
VERSION=$(shell cat VERSION)
VERSION=$(shell git describe --tags --abbrev=0 | sed 's/v//g')

NAME=metrics-viewer

Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

0 comments on commit eb8e738

Please sign in to comment.