Is your feature request related to a problem? Please describe.
Each time a feature is merged to develop, it generates another branch to bump version.
Describe the solution you'd like
It would be very cool to just bump version thanks to merge commit message on master.
For instance, if the commit message title looks like [major] Merge... or [minor] Merge... or [patch] Merge..., then Travis can guess what part of the version should evolve, then update the source code on master and develop.
Finally, on each merge to master, we should be asked to click on a button to publish to npm. This is called continuous delivery, as opposed to deployment because we are not mature enough for deployment.
Is your feature request related to a problem? Please describe.
Each time a feature is merged to
develop, it generates another branch to bump version.Describe the solution you'd like
It would be very cool to just bump version thanks to
merge commitmessage onmaster.For instance, if the commit message title looks like
[major] Merge...or[minor] Merge...or[patch] Merge..., then Travis can guess what part of the version should evolve, then update the source code onmasteranddevelop.Finally, on each merge to
master, we should be asked to click on a button to publish tonpm. This is calledcontinuous delivery, as opposed todeploymentbecause we are not mature enough fordeployment.