ci: adds next release channel
This commit is contained in:
parent
62cc7b142a
commit
3c630ecb73
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"branches": [{ "name": "main" }],
|
"branches": [
|
||||||
|
{ "name": "main" },
|
||||||
|
{ "name": "next", "channel": "next", "prerelease": true }
|
||||||
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/release-notes-generator",
|
||||||
@ -10,6 +13,13 @@
|
|||||||
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"]
|
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@semantic-release/github"
|
"@semantic-release/github",
|
||||||
|
[
|
||||||
|
"@saithodev/semantic-release-backmerge",
|
||||||
|
{
|
||||||
|
"branches": [{ "from": "main", "to": "next" }],
|
||||||
|
"backmergeStrategy": "rebase"
|
||||||
|
}
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
1161
package-lock.json
generated
1161
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,7 @@
|
|||||||
"@commitlint/config-conventional": "^16.2.1",
|
"@commitlint/config-conventional": "^16.2.1",
|
||||||
"@octokit/rest": "^18.12.0",
|
"@octokit/rest": "^18.12.0",
|
||||||
"@octokit/types": "^6.2.1",
|
"@octokit/types": "^6.2.1",
|
||||||
|
"@saithodev/semantic-release-backmerge": "^2.1.2",
|
||||||
"@semantic-release/changelog": "^6.0.1",
|
"@semantic-release/changelog": "^6.0.1",
|
||||||
"@semantic-release/commit-analyzer": "^9.0.2",
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user