chore(release): use current origin instead of master
This commit is contained in:
parent
d1738c2963
commit
94865d1581
@ -25,7 +25,7 @@
|
|||||||
"i18n:test": "./missing-translations.sh",
|
"i18n:test": "./missing-translations.sh",
|
||||||
"prerelease": "./is-clean.sh && npm run test",
|
"prerelease": "./is-clean.sh && npm run test",
|
||||||
"release": "./release.sh",
|
"release": "./release.sh",
|
||||||
"postrelease": "git push --follow-tags origin master",
|
"postrelease": "git push --follow-tags",
|
||||||
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
|
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|||||||
Reference in New Issue
Block a user