Skip to content

Commit

Permalink
build: Remove death code
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 17, 2024
1 parent 884a333 commit fb44843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ examples
LICENSE
Makefile
README.md
VERSION
INSTALL.md
CONTRIBUTING.md
Dockerfile.*
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb44843

Please sign in to comment.