Closed ethauvin closed 7 years ago
Looking at the bintray API doc, the tag is called vcs_tag
:
{
"desc": "This package...",
"github_release_notes_file": "RELEASE_1.2.3.txt",
"github_use_tag_release_notes": true,
"vcs_tag": "1.1.5",
"released": "ISO8601 (yyyy-MM-dd'T'HH:mm:ss.SSSZ)"
}
Kobalt captures it as
class UpdateVersion(val desc: String?, val vcsTag: String?)
Maybe vcsTag
is being marshalled to JSON as vcsTag
and not vcs_tag
?
Want me to look at that, and that is still on your radar?
Go ahead.
Somebody recently complained I didn't tag the latest JCommander release so I'm interested in getting this fixed too :-)
Defined in Build.kt but not in kobalt-exec/0.6.4