Skip to content

Commit

Permalink
feat: add standard-version package
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhou committed Feb 26, 2020
1 parent 35236aa commit 137eb96
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 77 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ format: ## prettify the source code using prettier

serve: build ## Serve dist directory
npm run serve

publish-dry-run: ## Publish dry-run
npm run release -- --dry-run

publish-next: ## Publish on next tag
npm run release -- --release-as next

0 comments on commit 137eb96

Please sign in to comment.