Skip to content

Commit 06bd6cc

Browse files
authoredAug 20, 2021
Added Test Release info to README
1 parent 7f2b299 commit 06bd6cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
The [Topcoder](https://www.topcoder.com) lib for internal ReactJS projects.
88

9+
### Before create a Test Release
10+
11+
Add `--tag test-release` to link 31 in `.circleci/config.yml`
12+
```
13+
- run: npm publish --tag test-release
14+
```
15+
916
### Configuration for AV-Scan scorer review type ID
1017

1118
Change the property in `AV_SCAN_SCORER_REVIEW_TYPE_ID` in config.

0 commit comments

Comments
 (0)
Please sign in to comment.