revanced-patches/.releaserc

38 lines
642 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",
"@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": [
"CHANGELOG.md",
"gradle.properties"
]
}
],
2022-05-13 20:06:34 +02:00
[
"@semantic-release/github",
{
"assets": [
{
"path": "build/libs/*.jar"
},
{
2022-06-16 13:36:52 +02:00
"path": "build/libs/*.dex"
2022-05-13 20:06:34 +02:00
}
]
}
]
2022-03-21 16:19:51 +01:00
]
}