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

Semantic versioning #12

Merged
merged 9 commits into from
Mar 6, 2019
Merged

Semantic versioning #12

merged 9 commits into from
Mar 6, 2019

Conversation

mossplix
Copy link
Member

Setup autamated semantic versioning using https://github.com/fsaintjacques/semver-tool

@mossplix
Copy link
Member Author

examples:

for patch level

$ git commit -m "[patch] few changes"

for minor patches

$ git commit -m "[minor] added the foo feature"

for major patches

$ git commit -m "[major] added breaking change"

@raybesiga
Copy link
Member

Hi @mossplix the builds for this are failing. Is it good to merge or is it still a work in progress?

@mossplix
Copy link
Member Author

mossplix commented Mar 1, 2019

So the library I am using for testing (pytest) doesn't support python 2.6 and 3.3. So the tests for those builds are failing. I am just going to exclude them

@raybesiga raybesiga merged commit 5c8d731 into master Mar 6, 2019
@raybesiga raybesiga deleted the semantic-versioning branch March 6, 2019 07:26
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

Successfully merging this pull request may close these issues.

2 participants