Skip to content

Commit

Permalink
chore: Create helpers to release package
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 17, 2023
1 parent ca62aac commit 64efc02
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 @@ -160,6 +160,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/voltosneridagh-dev: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 64efc02

Please sign in to comment.