1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-20 01:35:53 +02:00
eslint-config-conventions/.releaserc.json

10 lines
237 B
JSON
Raw Normal View History

2022-02-19 16:05:21 +01:00
{
"branches": ["main", { "name": "beta", "prerelease": true }],
2022-02-19 16:05:21 +01:00
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
2022-02-19 16:05:21 +01:00
"@semantic-release/npm",
"@semantic-release/github"
]
}