We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de558b2 commit 05f6af8Copy full SHA for 05f6af8
.github/workflows/release.yml
@@ -57,7 +57,13 @@ jobs:
57
name: latest
58
tag: latest
59
allowUpdates: true
60
- body: Latest automated build (ignore github-actions' release date)
+ body: |
61
+ Latest automated build (ignore github-actions' release date)
62
+
63
+ Note: this build may only be compatible with the latest release of Textadept
64
+ (which may be an unstable release or a nightly build). If you are looking for a
65
+ version of this module that is compatible with a specific version of Textadept,
66
+ please download the "modules.zip" archive released alongside your version of Textadept.
67
artifacts: file_diff.zip
68
token: ${{ secrets.GITHUB_TOKEN }}
69
cleanup:
0 commit comments