-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestin-discussionIssue is being discussedIssue is being discussedproject-structureAnything that has to do with structuringAnything that has to do with structuring
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestin-discussionIssue is being discussedIssue is being discussedproject-structureAnything that has to do with structuringAnything that has to do with structuring