mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-07 18:58:51 +00:00
bc7d84c3ce
* a rule * access * after * amount * annotations * assignment * assist * associated * attribute * borrowed * built-in type * clarification * command * const * constructor * corresponding * counterparts * curlies * dependencies * deterministic * diagnostic * duplicates * edge * edited * efficient * elsewhere * execution * expression * extensions * extracted * fill * github * helper * heuristic * incomplete * indent end * inlay * invocation * lifetime * looking * maybe * move * mutability * mutable * necessarily * necessary * negative * nonexistent * occurred * offsets * offsetted * overridden * parameters * params * params_and_where_preds_in_scope * paredit * parent * parentheses * prepended if * punctuation * receive * receiver * referring * repeated * representing * semantically * separately * shouldnot * siblings * similar * something's * statement * struct * structure * surprise * the * this * transparent * unimplemented * unnamed * unnecessary * unneeded * unreachable * unterminated * utilities * variant * variants * visibility * work around (v) * workaround Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
21 lines
909 B
Markdown
21 lines
909 B
Markdown
# github-release
|
|
|
|
Copy-pasted from
|
|
https://github.com/bytecodealliance/wasmtime/tree/8acfdbdd8aa550d1b84e0ce1e6222a6605d14e38/.github/actions/github-release
|
|
|
|
An action used to publish GitHub releases for `wasmtime`.
|
|
|
|
As of the time of this writing there's a few actions floating around which
|
|
perform github releases but they all tend to have their set of drawbacks.
|
|
Additionally nothing handles deleting releases which we need for our rolling
|
|
`dev` release.
|
|
|
|
To handle all this action rolls-its-own implementation using the
|
|
actions/toolkit repository and packages published there. These run in a Docker
|
|
container and take various inputs to orchestrate the release from the build.
|
|
|
|
More comments can be found in `main.js`.
|
|
|
|
Testing this is really hard. If you want to try though run `npm install` and
|
|
then `node main.js`. You'll have to configure a bunch of env vars though to get
|
|
anything reasonably working.
|