chore: release 3.0.0-alpha.11 (#1620)

* chore: release 3.0.0-alpha.11

* import release note skeleton

* add missing db config schema changes

* wording

* sort release note commit order and add latest commits / changes

* chore: bump website version tag to 3.0.0-alpha.11

* add latest commits

* add note about api static files removal

* improve upgrade procedure after testing

* document #1606 as a known issue

Co-authored-by: Kyle Robbertze <kyle@paddatrapper.com>
This commit is contained in:
Jonas L 2022-03-28 21:08:44 +02:00 committed by GitHub
parent e5385b0dac
commit f0cd040bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 289 additions and 2 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
title: "LibreTime",
description: "Radio Broadcast & Automation Platform",
version: "3.0.0-alpha.10",
version: "3.0.0-alpha.11",
website: "https://libretime.org",
repository: {
@ -22,7 +22,7 @@ module.exports = {
home: {
links: [
{ label: "Get started 🚀", to: "/docs/admin-manual" },
{ label: "Release note", to: "/docs/releases/3.0.0-alpha.10" },
{ label: "Release note", to: "/docs/releases/3.0.0-alpha.11" },
],
},