mirror of
https://github.com/vercel/commerce.git
synced 2025-05-09 19:27:53 +00:00
26 lines
412 B
Plaintext
26 lines
412 B
Plaintext
{
|
|
"branches": [
|
|
"main",
|
|
"develop"
|
|
],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
[
|
|
"@semantic-release/changelog",
|
|
{
|
|
"changelogFile": "CHANGELOG.md"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/git",
|
|
{
|
|
"assets": [
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|
|
],
|
|
"@semantic-release/github"
|
|
]
|
|
}
|