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:
parent
e5385b0dac
commit
f0cd040bac
2 changed files with 289 additions and 2 deletions
|
@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue