Skip to content

Commit

Permalink
ci: fix link to NEWS file in releases
Browse files Browse the repository at this point in the history
Fixes 737706f doc: Use towncrier to handle release notes
  • Loading branch information
sertonix authored Feb 5, 2025
1 parent e120807 commit 99ee2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 99ee2c7

Please sign in to comment.