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

Bump version to 0.3.16

pull/3208/head
Bogdan 1 year ago
parent 3066dd92d7
commit cd66de1992

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

Loading…
Cancel
Save