mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-02 09:43:54 +01:00
44 lines
776 B
Plaintext
44 lines
776 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",
|
|
"patches.json"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"assets": [
|
|
{
|
|
"path": "build/libs/*.jar"
|
|
},
|
|
{
|
|
"path": "patches.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|