From ba5724449087060e6c49193e9ecfaad1f261aaac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:45:41 -0400 Subject: [PATCH] Added release note for GitHub Actions. --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14aaed9..666365f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,13 @@ jobs: name: latest tag: latest allowUpdates: true - body: Latest automated build (ignore github-actions' release date) + body: | + Latest automated build (ignore github-actions' release date) + + Note: this build may only be compatible with the latest release of Textadept + (which may be an unstable release or a nightly build). If you are looking for a + version of this module that is compatible with a specific version of Textadept, + please download the "modules.zip" archive released alongside your version of Textadept. artifacts: lsp.zip token: ${{ secrets.GITHUB_TOKEN }} cleanup: