Skip to content

Enhance CI to deploy to production #55

@tanohzana

Description

@tanohzana

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 requestin-discussionIssue is being discussedproject-structureAnything that has to do with structuring

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions