mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
28 lines
467 B
Plaintext
28 lines
467 B
Plaintext
{
|
|
"branches": [
|
|
"main",
|
|
{
|
|
"name": "beta",
|
|
"channel": "beta",
|
|
"prerelease": true
|
|
}
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/release-notes-generator",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
"@semantic-release/github",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git"
|
|
]
|
|
}
|