Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/cfb99127c932ff3eb307c1f5611763d3bd741c4a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
2 deletions
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.6.3] - 2021-07-31
### FIXED
- Fix "assembly not found" error on startup related to LibGit2Sharp (Windows only). Note that this
@ -166,7 +168,8 @@ See the [Python Migration Guide][py-mig] for details on how to update your YAML
- Nearly all command line options removed in favor of YAML equivalents.
- Completely removed old python project & source code
[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.2...HEAD
[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.3...HEAD
[1.6.3]: https://github.com/rcdailey/trash-updater/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/rcdailey/trash-updater/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/rcdailey/trash-updater/compare/v1.5.1...v1.6.0
@ -1,6 +1,6 @@
{
"$schema" : "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
"version" : "1.6. 2 ",
"version" : "1.6. 3 ",
"publicReleaseRefSpec" : [
"^refs/heads/release/\\d+\\.\\d+" ,
"^refs/tags/v\\d+\\.\\d+"