Skip to content

Release Information

Clinton Kitson edited this page Oct 6, 2015 · 3 revisions

Branching

The project expects that branching will be named in standard ways. Please submit Pull Requests with branch names that match the following two types: feature/branch_name, or bugfix/branch_name.

Versioning

The project is leveraging standard semantic versioning. For example, 0.1.2-rc3+4+dirty as reported through dvdcli version would mean the following.

Type Description
0 Major
1 Minor
2 Patch
rc3 Release
4 Commits after release
dirty Whether binary is built with uncommitted code

Continuous Integration

The project is leveraging Travis-CI for testing each build as it is checked in and distribute artifacts to proper locations.

Artifacts

Artifacts are available in two main locations and installed via numerous methods. You can find them at the releases page at Github, in addition to Bintray.

Clone this wiki locally