revanced-patches/.releaserc

40 lines
690 B
Plaintext
Raw Normal View History

2022-03-21 16:19:51 +01:00
{
"branches": [
"main",
{
"name": "dev",
"prerelease": true
}
],
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "build", "release": "patch"}
]
}],
2022-03-21 16:19:51 +01:00
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
2022-06-16 11:39:24 +02:00
"gradle-semantic-release-plugin",
2022-03-21 16:19:51 +01:00
[
"@semantic-release/git",
{
"assets": [
"README.md",
2022-03-21 16:19:51 +01:00
"CHANGELOG.md",
"gradle.properties"
]
}
],
2022-05-13 20:06:34 +02:00
[
"@semantic-release/github",
{
"assets": [
{
"path": "build/libs/*.jar"
}
]
}
]
2022-03-21 16:19:51 +01:00
]
}