Patched TorznabApi.kt to accept the hyphenated action names (movie-search, tv-search) that Caps.kt already advertises and that Radarr/Sonarr actually send, alongside the original non-hyphenated variants (movie, tvsearch). Upstream: https://github.com/danielchc/amarr
32 lines
943 B
JSON
32 lines
943 B
JSON
{
|
|
"release": {
|
|
"branches": [
|
|
"main",
|
|
"develop"
|
|
],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github",
|
|
"@semantic-release/git",
|
|
"@semantic-release/changelog",
|
|
[
|
|
"@semantic-release/exec",
|
|
{
|
|
"verifyConditionsCmd": "./gradlew clean test",
|
|
"prepareCmd": "./gradlew -Pversion=${nextRelease.version} clean build",
|
|
"publishCmd": "./gradlew -Pversion=${nextRelease.version} jib"
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"semantic-release": "latest",
|
|
"@semantic-release/commit-analyzer": "latest",
|
|
"@semantic-release/exec": "latest",
|
|
"@semantic-release/git": "latest",
|
|
"@semantic-release/github": "latest",
|
|
"@semantic-release/release-notes-generator": "latest",
|
|
"@semantic-release/changelog": "latest"
|
|
}
|
|
} |