dependabot[bot] c55720e085 Bump ansi-regex from 5.0.0 to 5.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
c55720e085 · 2022-03-26 09:29:11 +00:00
100 Commits
2020-07-17 11:45:52 +08:00
2021-07-16 11:08:18 +08:00
2021-07-16 10:42:43 +08:00
2021-07-16 10:42:43 +08:00
2021-05-11 11:45:17 +08:00
2020-03-20 20:40:54 +08:00
2020-07-17 11:45:52 +08:00
2020-07-17 11:45:52 +08:00
2020-07-07 21:53:34 +08:00
2019-09-30 21:16:13 +08:00
2021-07-16 11:08:18 +08:00
2021-07-16 11:08:18 +08:00
2020-11-17 22:31:36 +08:00
2020-07-17 11:45:52 +08:00
2020-07-17 11:57:35 +08:00
2022-03-26 09:29:11 +00:00

GitHub Action - Setup xmake

Build status GitHub release (latest by date)

Set up your GitHub Actions workflow with a specific version of xmake

Usage

See action.yml.

Example

Use latest version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: latest

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.5.3'

Use specified branch:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: branch@master

Use semver:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '>=2.2.6 <=2.5.3'

Contributing

Prepare development environment

yarn install

Draft a new release

yarn release
git add .
yarn version

# for a minor version or patch of v1
git tag --delete v1
git tag v1

git push origin master
git push --tags --force
S
Description
No description provided
Readme GPL-3.0 7.2 MiB
v2 Latest
2026-07-04 00:12:13 +08:00
Languages
TypeScript 99.4%
Lua 0.3%
C++ 0.2%
JavaScript 0.1%