From 5ff5d6fb1db60aa0af5909917d89b21862af044f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 16 Dec 2024 13:53:45 -0800 Subject: [PATCH] Update release info --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d111a7b4..83c6cedf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,11 @@ jobs: with: tagName: 'v__VERSION__' releaseName: 'Release __VERSION__' - releaseBody: 'https://yaak.app/blog/__VERSION__' + releaseBody: | + > [!IMPORTANT] + > The Yaak project is open source. However, to fund development, these pre-built binaries require a license for commercial use. Please see the [Pricing Page](https://yaak.app/pricing) for more details. + + You can view the full release notes here → https://yaak.app/blog/2024.13.0 releaseDraft: true prerelease: false args: ${{ matrix.args }}