Skip to content

Commit

Permalink
chore: renamed release target to version
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 3, 2023
1 parent 058c8ff commit a89e3ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -13,12 +13,12 @@ commit:
publish:
@./bin/publish

.PHONY: release
release:
.PHONY: version
version:
npx standard-version

.PHONY: release-alpha
release-alpha:
.PHONY: version-alpha
version-alpha:
npx standard-version --prerelease alpha

.PHONY: server
Expand Down

0 comments on commit a89e3ce

Please sign in to comment.