Skip to content

Commit

Permalink
Added release note for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Jul 29, 2023
1 parent e534722 commit ba57244
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba57244

Please sign in to comment.