From fb4484398906c6c0c326f478ee906aaf34cc59d9 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Tue, 17 Sep 2024 19:40:45 +0200 Subject: [PATCH] build: Remove death code Signed-off-by: Alexander Gil --- .dockerignore | 1 - Makefile | 5 ----- 2 files changed, 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 808756e8..d42124b8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,7 +7,6 @@ examples LICENSE Makefile README.md -VERSION INSTALL.md CONTRIBUTING.md Dockerfile.* diff --git a/Makefile b/Makefile index ab1d0d86..7c869b4a 100644 --- a/Makefile +++ b/Makefile @@ -68,11 +68,6 @@ book: mdbook-rash update-changelog: ## automatically update changelog based on commits git cliff -t v$(PROJECT_VERSION) -u -p CHANGELOG.md -.PHONY: tag -tag: ## create a tag using version from VERSION file - git tag -s v$(PROJECT_VERSION) -m "v$(PROJECT_VERSION)" && \ - git push origin v$(PROJECT_VERSION) - .PHONY: release release: CARGO_USE_CROSS ?= $(IMAGES_CARGO_USE_CROSS) release: ## generate $(PKG_BASE_NAME).tar.gz with binary