Skip to content

Commit

Permalink
fix: make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed Oct 15, 2024
1 parent 3e79d8d commit 798d4f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ clean: down

release:
@echo "Creating release"
ifndef v
$(error v is not defined)
endif
@echo "Checkout main"
@git checkout main
@echo "Pulling main"
Expand Down

0 comments on commit 798d4f0

Please sign in to comment.