chore: release 3.0.0-alpha.12 (#1718)
This commit is contained in:
parent
7e9c9a2792
commit
713640e8dc
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body_path: docs/releases/3.0.0-alpha.11.md
|
body_path: docs/releases/3.0.0-alpha.12.md
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: libretime-*.tar.gz
|
files: libretime-*.tar.gz
|
||||||
|
|
|
@ -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).
|
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: "LibreTime",
|
title: "LibreTime",
|
||||||
description: "Radio Broadcast & Automation Platform",
|
description: "Radio Broadcast & Automation Platform",
|
||||||
version: "3.0.0-alpha.11",
|
version: "3.0.0-alpha.12",
|
||||||
website: "https://libretime.org",
|
website: "https://libretime.org",
|
||||||
|
|
||||||
repository: {
|
repository: {
|
||||||
|
@ -22,7 +22,7 @@ module.exports = {
|
||||||
home: {
|
home: {
|
||||||
links: [
|
links: [
|
||||||
{ label: "Get started 🚀", to: "/docs/admin-manual" },
|
{ 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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue