1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/.releaserc.json

25 lines
452 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:00:21 +02:00
[
"@semantic-release/github",
{
"assets": [{ "path": "Divlo.tar.gz", "label": "Source code (tar.gz)" }]
}
]
2021-04-20 01:15:07 +02:00
]
}