Skip to content

Commit

Permalink
fix: auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 6, 2019
1 parent 69f5b1d commit ec2252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ The versioning (major.minor.patch) is automated using [python-semantic-release](
Commit messages that follow [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) are automatically interpreted. Examples:
- `fix: hotfix for bug xy` will result in a patch version bump
- `feat: feature for processing xy` will result in minor version bump
```
```git
perf(cluster): faster generation of alpha shapes
BRAKING CHANGE: Easy buffer option removed.
Expand Down

0 comments on commit ec2252f

Please sign in to comment.