Create automatic pre-release for all/new Lua versions
@luttje is already working on this.
Since Jul 12, 2021.
- Dominant language
- Makefile
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In the README I promised:
> _A GitHub action periodically checks for updated Lua versions and automatically builds (untested) [pre-releases](https://github.com/luttje/lua-wasm/releases)._
Though I have not yet implemented that. The ci.yml code addition will look something like this:
```yml
-
name: Publish automatic pre-release
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "{{{{{{ LUA VERSION HERE }}}}}}-alpha"
prerelease: true
title: "{{{{{{ LUA VERSION HERE }}}}}} (automated build)"
files: ZipContainingDist.zip
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.