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

20 lines
339 B
JSON
Raw Normal View History

2022-02-19 16:05:21 +01:00
{
2024-02-16 20:04:49 +01:00
"branches": ["main"],
2022-02-19 16:05:21 +01:00
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
}