fix: change releaserc config (#48)

* fix: test config releaserc
This commit is contained in:
Walid 2022-08-14 01:31:12 +01:00 committed by GitHub
parent 6339106e4e
commit 22b2f907f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
},
"dependencies": {
@ -79,5 +79,8 @@
"bugs": {
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
},
"homepage": "https://next-app-boilerplate.vercel.app"
"homepage": "https://next-app-boilerplate.vercel.app",
"branches": [
"master"
]
}