Skip to content

Commit

Permalink
fix: minor version var missing
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyjian committed Jan 10, 2024
1 parent 6fcda2a commit 29a9190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DIST_DIR ?= dist/
PROJECT = github.com/artsy/hokusai
VERSION ?= $(shell cat hokusai/VERSION)
MINOR_VERSION ?= $(shell cat hokusai/VERSION | awk -F"." '{ print $$1"."$$2 }')
RELEASE_MINOR_VERSION ?= $(shell cat hokusai/VERSION | awk -F"." '{ print $$1"."$$2 }')
ARTIFACT_LABEL ?= $(shell cat hokusai/VERSION)
BINARY_SUFFIX ?= -$(ARTIFACT_LABEL)-$(shell uname -s)-$(shell uname -m)

Expand Down

0 comments on commit 29a9190

Please sign in to comment.