Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/8989c55c8ca7e6320c36edd09b213edfdec9fdce You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bump version to 0.3.14

pull/3133/head
Bogdan 1 year ago
parent dc83e0127e
commit 8989c55c8c

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '0.3.13'
majorVersion: '0.3.14'
minorVersion: $[counter('minorVersion', 1)]
readarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(readarrVersion)'

Loading…
Cancel
Save