Closed ethauvin closed 7 years ago
@cbeust If you're going to look at the Bintray API for changes, see if they have a way to set a description for the release. It would be nice to be able to set it in Kobalt.
They would have to change for every upload, though, correct? Are you thinking about something like
bintray {
description = "Fix bugs"
}
and modifying this string each time before uploading?
Yeah, but most people would just use something like:
bintray {
description = "$name $version"
}
or the such. On the Bintray website, the description looks more like a title to me.
I don’t see any description for individual version uploads, even on the web site: https://bintray.com/cbeust/maven/klaxon/0.30
That's Kobalt attempting to tag your git repo with the project version. Obviously, this will fail if you make multiple uploads without bumping your project version