From 99ee2c78e2382f4d3a34cee66e7be61b7c9f63fe Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 5 Feb 2025 09:59:21 +0000 Subject: [PATCH] ci: fix link to NEWS file in releases Fixes 737706fe83f2 doc: Use towncrier to handle release notes --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index d19e5319..ad007b65 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -27,4 +27,4 @@ jobs: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} body: | - See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS) file for the changes. + See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS.md) file for the changes.