Skip to content

Commit

Permalink
feat(build): added receipt to check release build
Browse files Browse the repository at this point in the history
  • Loading branch information
djnnvx committed Jan 10, 2024
1 parent d63a844 commit 2539c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ clean: ## clean up the project directory
.PHONY: docker
docker: ## build a local docker image
@docker build . -t $(APP_NAME):latest -t $(APP_NAME):$(APP_VERSION)

.PHONY: release-build
release-build: ## makes a release build locally on the current commit
@goreleaser release --skip=publish --snapshot

0 comments on commit 2539c14

Please sign in to comment.