From 53710b8389da2deb88020399947e7b0f35b7730c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=CC=88nig?= Date: Mon, 27 Nov 2023 09:43:32 +0100 Subject: [PATCH] added release command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9090d14..9c89bab 100644 --- a/package.json +++ b/package.json @@ -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 .",