Skip to content

Commit

Permalink
added release command
Browse files Browse the repository at this point in the history
  • Loading branch information
DKoenig9 committed Nov 27, 2023
1 parent d3b711e commit 53710b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"start": "ng serve",
"test": "ng test",
"release": "standard-version && git push --follow-tags origin main",
"release:17": "standard-version && git push --follow-tags origin angular-17",
"release:minor": "standard-version --release-as minor && git push --follow-tags origin main",
"release:major": "standard-version --release-as major && git push --follow-tags origin main",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
Expand Down

0 comments on commit 53710b8

Please sign in to comment.