Closed visualcookie closed 4 years ago
Right now when doing a release, the package.json doesn't increment the version number. For this we can utilize GitHub Actions to help increment the version number on each push/merge into the master/main branch.
package.json
master/main
Automatic incrementation has been added with a GitHub action. The bumper works just like documented on Conventional Commits. Will add this in #5.
Right now when doing a release, the
package.json
doesn't increment the version number. For this we can utilize GitHub Actions to help increment the version number on each push/merge into themaster/main
branch.