diff --git a/frontend/Makefile b/frontend/Makefile index e8f802f..5ea296f 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -83,7 +83,7 @@ release: ## Release the add-on on npmjs.org .PHONY: release-dry-run release-dry-run: ## Dry-run the release of the add-on on npmjs.org - pnpm release + pnpm dry-release .PHONY: test test: ## Run unit tests diff --git a/version.txt b/version.txt index 3eefcb9..41432f0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.0.0a0