Skip to content

Commit 31c2108

Browse files
committed
[ISSUE#51]: readme updated
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 54888cc commit 31c2108

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,18 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g
224224

225225
This Project is created and supported by [Ashish Patel](http://ashish.live/)
226226

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+
```bash
235+
npm publish --access public
236+
```
237+
this will publish package to **npm**
238+
227239
## License
228240

229241
[MIT](https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE)

0 commit comments

Comments
 (0)