luttje / luttje/lua-wasm

Create automatic pre-release for all/new Lua versions

Open
#1 0 comments 0 reactions 1 assignee View on GitHub

@luttje is already working on this.

Since Jul 12, 2021.

ci
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.