- Tag
developafter merging feature branches - Tag
masterafter mergingdevelop - Tag creation generate DEB package and pushes container to registry
- See
.travis.ymlandbin/travis-ci/*.shfor details
- See
- Push changes to appropriate branch (See Pull Requests)
- In addition to any code changes, add a new entry in
CHANGELOG.mdwith version bump and updateBUILD_VERSIONin.envto match
- In addition to any code changes, add a new entry in
- Create PR
- Verify that all status checks pass
- Merge PR once approved
- Create a tag on the appropriate branch
- Base:
develop - Increment PATCH version (e.g.
v0.1.12->v0.1.13) - Tag
masterafter merging PR
- Base:
master - Increment MINOR version (e.g.
v0.1.12->v0.2.0) - Tag
masterafter merging PR