mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-02-14 10:00:00 +00:00
36 lines
588 B
JSON
36 lines
588 B
JSON
{
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
[
|
|
"@semantic-release/changelog",
|
|
{
|
|
"changelogFile": "CHANGELOG.md"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"draftRelease": true,
|
|
"assets": [
|
|
"CHANGELOG.md",
|
|
"../assets/*"
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"branches": [
|
|
{
|
|
"name": "main",
|
|
"prerelease": "beta"
|
|
},
|
|
{
|
|
"name": "release"
|
|
},
|
|
{
|
|
"name": "test-github-actions",
|
|
"prerelease": "test"
|
|
}
|
|
]
|
|
}
|