chore(release): use current origin instead of master

This commit is contained in:
Sarah Vaupel 2023-07-16 14:55:52 +00:00
parent d1738c2963
commit 94865d1581

View File

@ -25,7 +25,7 @@
"i18n:test": "./missing-translations.sh",
"prerelease": "./is-clean.sh && npm run test",
"release": "./release.sh",
"postrelease": "git push --follow-tags origin master",
"postrelease": "git push --follow-tags",
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
},
"husky": {