Skip to content
Success

Changes

Summary

  1. feat(script/flow): add script ga script create_github_release.ts (#3095) (commit: 92fe3bf) (details)
Commit 92fe3bf1c042b9e7ebcd5986fe6374656c889cb9 by noreply
feat(script/flow): add script ga script create_github_release.ts (#3095)

Usage:

dryrun mode:
```bash
deno run --allow-all scripts/flow/ga/create_github_release.ts --dryrun --version=v8.1.2 --
token=<github_token>
```
normal run mode:
```
deno run --allow-all scripts/flow/ga/create_github_release.ts --version=v8.1.2 --
token=<github_token>
```

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
(commit: 92fe3bf)
The file was addedscripts/flow/rc/check-images-internal.ts
The file was addedscripts/flow/ga/create_github_release.ts
The file was addedscripts/flow/rc/check-tiup.ts
The file was removedscripts/artifacts/check-images-internal.ts
The file was removedscripts/artifacts/check-tiup.ts