Fork of danielchc/amarr with Torznab action-name fix
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
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user