Skip to content

v0.1-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kmova kmova released this 15 May 07:21
· 2 commits to master since this release
refactor(build): trim leading v from travis tag

Updating the push script with the new release
conventions.

The GitHub release tags will have a leading v. Example v1.10.0

The docker images will be tagged by trimming the leading v. Example 1.10.0

Also, the travis can setup some custom suffix for the tags, like dev or debug.

Signed-off-by: kmova <[email protected]>