Expected/Wanted Behavior
Similar to what's been done in https://github.com/naorlivne/parse_it Travis CI should be configured that whenever the version of the sdk is changed to do the following:
- create a new tag of the matching version
- create a new release of the matching version (should also create the tag)
3, create a new branch of the matching version
- use naorlivne/github-changelog-generator-dockerized docker container to auto create a changelog and push it to the repo
Actual Behavior
There are no release notes\changelog & all version branches & tags are manually created.