From 713640e8dc47433c2acd98b64f6155df18644cf8 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Tue, 29 Mar 2022 15:49:33 +0200 Subject: [PATCH] chore: release 3.0.0-alpha.12 (#1718) --- .github/workflows/release.yml | 2 +- docs/releases/3.0.0-alpha.12.md | 23 +++++++++++++++++++++++ website/vars.js | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 docs/releases/3.0.0-alpha.12.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40b27429b..8dfb0199d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - body_path: docs/releases/3.0.0-alpha.11.md + body_path: docs/releases/3.0.0-alpha.12.md draft: true prerelease: true files: libretime-*.tar.gz diff --git a/docs/releases/3.0.0-alpha.12.md b/docs/releases/3.0.0-alpha.12.md new file mode 100644 index 000000000..6f059c899 --- /dev/null +++ b/docs/releases/3.0.0-alpha.12.md @@ -0,0 +1,23 @@ +--- +title: LibreTime 3.0.0 alpha 12 +--- + +import ReleaseHead from './\_release-head.md'; + + + +## :sparkling_heart: Contributors + +The LibreTime project wants to thank the following contributors for authoring PRs to this release: + +- @jooola +- @paddatrapper + +## :bug: Bug fixes + +- **playout:** add locales to libretime-playout-notify calls ([#1715](https://github.com/libretime/libretime/issues/1715)) +- **worker:** enable logfile variable expansion in ExecStart ([#1717](https://github.com/libretime/libretime/issues/1717)) + +## :memo: Colophon + +This release mainly fixes bugs present in the [3.0.0-alpha.11 release](./3.0.0-alpha.11.md). diff --git a/website/vars.js b/website/vars.js index 8baa1303a..819384977 100644 --- a/website/vars.js +++ b/website/vars.js @@ -1,7 +1,7 @@ module.exports = { title: "LibreTime", description: "Radio Broadcast & Automation Platform", - version: "3.0.0-alpha.11", + version: "3.0.0-alpha.12", 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.11" }, + { label: "Release note", to: "/docs/releases/3.0.0-alpha.12" }, ], },