binbot-charts 0.14.9 → 0.14.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ console.log(binanceConfig.restApiUrl); // "https://api.binance.com"
|
|
|
64
64
|
3. Run `npm run format` and `npm run test` before pushing to the PR to avoid failed Github checks
|
|
65
65
|
4. To publish:
|
|
66
66
|
- Make your changes and do the usual `git commit` but do not `git push`
|
|
67
|
-
- you need to run `npm run release
|
|
67
|
+
- you need to run `npm run release:patch`. This follows semver, so you have a few other options, see package.json for more.
|
|
68
68
|
- The release command will push your commit changes
|
|
69
69
|
- If you don't do it this way, it'll fail the release process
|
|
70
70
|
|
package/package.json
CHANGED