chore: release 3.0.0-alpha.12 (#1718)

This commit is contained in:
Jonas L 2022-03-29 15:49:33 +02:00 committed by GitHub
parent 7e9c9a2792
commit 713640e8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 3 deletions

View File

@ -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

View File

@ -0,0 +1,23 @@
---
title: LibreTime 3.0.0 alpha 12
---
import ReleaseHead from './\_release-head.md';
<ReleaseHead date='2022-03-29' version='3.0.0-alpha.12'/>
## :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).

View File

@ -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" },
],
},