version-push
v1.0.4
Published
This helps to increase the version number of package.json file
Downloads
37
Maintainers
Readme
Version Pusher
- This is used to push command to the respective branch
- Also is used to maintain the semantic versioning
- auto pushed the code to the current branch after version change
step 1 : add this inside package.json
"scripts": {
"push": "version-push"
}step 2 : then you can add this command in terminal to run the command
npm run pushhttps://github.com/user-attachments/assets/c6db0111-5652-4d7a-8be2-9d957e3a26b8
