Skip to content

Commit 2815ea1

Browse files
committed
Added release note for GitHub Actions.
1 parent f27cf95 commit 2815ea1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ jobs:
2222
name: latest
2323
tag: latest
2424
allowUpdates: true
25-
body: Latest automated build (ignore github-actions' release date)
25+
body: |
26+
Latest automated build (ignore github-actions' release date)
27+
28+
Note: this build may only be compatible with the latest release of Textadept
29+
(which may be an unstable release or a nightly build). If you are looking for a
30+
version of this module that is compatible with a specific version of Textadept,
31+
please download the "modules.zip" archive released alongside your version of Textadept.
2632
artifacts: lua_repl.zip
2733
token: ${{ secrets.GITHUB_TOKEN }}
2834
cleanup:

0 commit comments

Comments
 (0)