Skip to content

Release Information

Schley Andrew Kutz edited this page Jan 27, 2017 · 3 revisions

Basics

As of the 0.2 release candidates, the project has gone through structural changes to align to standard OSS methodologies. Please review the following information which outlines some of this.

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 rexray version would mean the following.

Type Description
0 Major
1 Minor
2 Patch
rc3 Release candidate 3
4 Commits after last tagged 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