Skip to content

Commit abce1f7

Browse files
committed
feat: updating build script
1 parent b1138cc commit abce1f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

book/src/developers/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ git tag
3333
git describe --tags --abbrev=0
3434
```
3535

36+
Note that we have run the following command
37+
```bash
38+
npm config set tag-version-prefix v
39+
```
40+
3641

3742

3843
### Manual release

0 commit comments

Comments
 (0)