prepareReleaseNotesAndTag
is part of this task
0.8.0-RC2
meanwhile and I think you can customize your workflow redefining prepareRelease
and makeRelease
tasks (they are just sequences of other tasks). The idea of the release
command is prepareRelease
(which runs checks and makes a tag), version
(with the new git tag), makeRelease
(which publishes artifacts and does which ever else release-related stuff)I haven't found a github resolver
how does this work then? doesn't it resolve artifacts from github?
on the other hand, I managed to fix the bintray deployment from travis
this is nice. what was the key to the solution? I see quite complicated bintray configuration at imce.sbt.plugin. is it really necessary? can't you just use bintray-sbt plugin and run sbt publish
from Travis?