1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 09:45:52 +02:00
.profile/.releaserc.json

21 lines
370 B
JSON
Raw Normal View History

2021-04-20 01:15:07 +02:00
{
2021-05-31 15:04:17 +02:00
"branches": ["master"],
2021-04-20 01:15:07 +02:00
"plugins": [
2021-04-20 17:32:53 +02:00
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
2021-05-31 15:04:17 +02:00
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
2021-07-27 13:36:35 +02:00
"@semantic-release/npm",
2021-07-27 19:26:08 +02:00
"@semantic-release/git",
"@semantic-release/github"
2021-04-20 01:15:07 +02:00
]
}