Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add semantic release #2

Open
idirouhab opened this issue Dec 26, 2018 · 0 comments
Open

Add semantic release #2

idirouhab opened this issue Dec 26, 2018 · 0 comments

Comments

@idirouhab
Copy link

I want to add a semantic release to this project.
A new major, minor or feature version would be created depending on the commits.

Please refer to the following link to know more about how to create them:
https://github.com/go-semantic-release/semantic-release

The idea behind it is to allow Travis (or any other CI tool) to trigger a new Version depending on the commit message:

For example:

A new fresh version was added then, in the commit feat message must be used:
feat: New feature created -> v1.0.0
feat: Something else -> v2.0.0
chore: Something small but useless -> v2.0.0
fix: Issue in the previous version -> v2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant