1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

removed problematic 'release-version' make target (doesn't work with CMD_ARGS)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-10-18 12:24:57 -04:00
parent e0c00f912a
commit 0c69c2674d

View File

@ -39,10 +39,6 @@ dev: binaries/client build-extensions static/build/LensDev.html
lint:
yarn lint
.PHONY: release-version
release-version:
npm version $(CMD_ARGS) --git-tag-version false
.PHONY: tag-release
tag-release:
scripts/tag-release.sh $(CMD_ARGS)