Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@kmova kmova released this 15 May 18:47
· 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]>