docs: update changelog

This commit is contained in:
Rainer Killinger
2023-01-11 12:21:27 +01:00
parent cf74c8e19f
commit 01f3827c4c
2 changed files with 3 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
"build:android": "ionic capacitor build android --no-open && cd android && ./gradlew clean assembleDebug && cd ..",
"build:prod": "ng build --configuration=production",
"build:stats": "ng build --configuration=production --stats-json",
"changelog": "conventional-changelog -p angular -i src/assets/about/CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"changelog": "conventional-changelog -p angular -i src/assets/about/CHANGELOG.md -s -r 0 && git add src/assets/about/CHANGELOG.md&& git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"cypress:open": "cypress open",
"cypress:run": "cypress run",