pascalgn / npm-publish-action

GitHub action to automatically publish packages to npm
MIT License
221 stars 29 forks source link

feat: Add auto_bump config #22

Closed tonthanhhung closed 3 years ago

tonthanhhung commented 4 years ago

Add auto_bump, it's an optional config to let the action automatically increase version with conventional message. Based on the commit messages, increment the version from the -latest release.

Push the bumped npm version in package.json back into the repo.

pascalgn commented 3 years ago

It's a long time since there was some activity in this PR, so I will close it for now. If you have any new information or need any help, feel free to reopen it!