fix: replace main to master branch on release

This commit is contained in:
Walid 2022-08-13 19:39:53 +01:00
parent 073d316797
commit 00a8cccaf6
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

View File

@ -29,7 +29,7 @@
"lint:prettier": "prettier \".\" --check",
"lint:commit": "commitlint",
"lint:staged": "lint-staged",
"release": "semantic-release --branches main",
"release": "semantic-release",
"generate": "plop",
"semantic-release": "semantic-release"
},