From 490f627f38a4713bb4621dd4685869a853cb75d9 Mon Sep 17 00:00:00 2001 From: Takase <20792268+takase1121@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:51:57 +0800 Subject: [PATCH] ci: fix typo in release note template (#1801) --- resources/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/release-notes.md b/resources/release-notes.md index a1690b4b..3456ff0d 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -36,4 +36,4 @@ Please go to [changelog.md] for detailed description of all the changes. [macintel-dmg]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-macos-x86_64.dmg [macarm-dmg]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-macos-arm64.dmg [README]: https://github.com/lite-xl/lite-xl?tab=readme-ov-file#installing-prebuilt -[changelog]: https://github.com/lite-xl/lite-xl/blob/${RELEASE_TAG}/changelog.md +[changelog.md]: https://github.com/lite-xl/lite-xl/blob/${RELEASE_TAG}/changelog.md