We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54888cc commit 31c2108Copy full SHA for 31c2108
README.md
@@ -224,6 +224,18 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g
224
225
This Project is created and supported by [Ashish Patel](http://ashish.live/)
226
227
+## Releasing Version
228
+* this needs to be done from release* branch
229
+```bash
230
+npm version patch
231
+```
232
+it will update readme.md and update package.json, also will create tag and commit.
233
+
234
235
+npm publish --access public
236
237
+this will publish package to **npm**
238
239
## License
240
241
[MIT](https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE)
0 commit comments