mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 23:17:04 +01:00
40 lines
690 B
Plaintext
40 lines
690 B
Plaintext
{
|
|
"branches": [
|
|
"main",
|
|
{
|
|
"name": "dev",
|
|
"prerelease": true
|
|
}
|
|
],
|
|
"plugins": [
|
|
["@semantic-release/commit-analyzer", {
|
|
"releaseRules": [
|
|
{"type": "build", "release": "patch"}
|
|
]
|
|
}],
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"gradle-semantic-release-plugin",
|
|
[
|
|
"@semantic-release/git",
|
|
{
|
|
"assets": [
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"gradle.properties"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"assets": [
|
|
{
|
|
"path": "build/libs/*.jar"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|