Commit
532dbdce22d2eff3a25773be470110b015d3c206
by noreplyfeat(scripts/flow/build): add versioning strategy script (#3410)
## Usage
you can run it by one method of them:
- run with file params:
```bash
deno run --allow-read --allow-write
scripts/flow/build/versioning-strategy.ts --git_version_file
release_version.txt --contain_branches_file branches.txt
```
- run with literal params:
```bash
deno run --allow-write scripts/flow/build/versioning-strategy.ts --git_version=v9.0.0-beta.0-2-g12235 --contain_branches=release-9.0
```
(commit: 532dbdc)