fintory / boot-next

Basic Next.js starter kit including the use of TypeScript, styled-components, mobx-state-tree and many more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add automatic semver to increment version number

visualcookie opened this issue · comments

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.

Automatic incrementation has been added with a GitHub action. The bumper works just like documented on Conventional Commits. Will add this in #5.