Commit 96eb725
authored
apt has trouble with version starting with v (#34)
the new versioning convention introduces git tags that start with v
this change will ensure that the leading v will be excluded when
packages are being created. eg.
GIT_TAG = TRAVIS_TAG = v0.2.0
then
VERSION = 0.2.0 = DOCKER_TAG and versioning in rpm/deb packages1 parent c8732f9 commit 96eb725
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments