fix: test config releaserc
This commit is contained in:
parent
aded12f4db
commit
084d8254b4
21
.releaserc
21
.releaserc
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"branches": [
|
|
||||||
"master"
|
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
[
|
|
||||||
"@semantic-release/commit-analyzer",
|
|
||||||
{
|
|
||||||
"preset": "conventionalcommits"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"@semantic-release/release-notes-generator",
|
|
||||||
{
|
|
||||||
"preset": "conventionalcommits"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@semantic-release/npm",
|
|
||||||
"@semantic-release/github"
|
|
||||||
]
|
|
||||||
}
|
|
@ -29,7 +29,7 @@
|
|||||||
"lint:prettier": "prettier \".\" --check",
|
"lint:prettier": "prettier \".\" --check",
|
||||||
"lint:commit": "commitlint",
|
"lint:commit": "commitlint",
|
||||||
"lint:staged": "lint-staged",
|
"lint:staged": "lint-staged",
|
||||||
"release": "semantic-release --branches main",
|
"release": "semantic-release",
|
||||||
"generate": "plop"
|
"generate": "plop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -79,5 +79,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user