Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Dec 6, 2023
1 parent c732ce6 commit 0c2f676
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ debug-frontend: ## Run bash in the Frontend container (for debug infrastructure
pull-backend-image: ## Pulls and updates the backend image (for use it while developing)
docker pull ghcr.io/kitconcept/voltologos-block:latest

# Release
.PHONY: release
release: ## Release a version of the add-on
yarn release
release: ## Release package
yarn
npx release-it

.PHONY: dry-run-release
dry-run-release: ## Dry Run Release package
yarn
npx release-it --dry-run

0 comments on commit 0c2f676

Please sign in to comment.