Skip to content
Success

Changes

Summary

  1. feat(scripts/flow/build): add versioning strategy script (#3410) (commit: 532dbdc) (details)
Commit 532dbdce22d2eff3a25773be470110b015d3c206 by noreply
feat(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)
The file was addedscripts/flow/build/versioning-strategy.ts
The file was addedscripts/flow/build/versioning-strategy.md
The file was addedscripts/flow/build/versioning-strategy.test.ts