Skip to content

Commit

Permalink
ops: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Jan 4, 2024
1 parent 1c0a4b3 commit fb4c671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ dep:
.PHONY: release
release:
@echo "Making release"
@go mod tidy
@go mod verify
@go mod tidy;
@go mod verify;
@if [ $(GIT_BRANCH) != "main" ]; then echo "cannot release to non-main branch $(GIT_BRANCH)" && false; fi
@git diff-index --quiet HEAD -- || ( echo "git directory is dirty, commit changes first" && false )
@versioned -patch
Expand Down

0 comments on commit fb4c671

Please sign in to comment.