+1

github release: add full support for flags and messages

Jonas Eschle 7 years ago updated 7 years ago 2

Currently, the git-flows 'Finish release' does a good job and has some nice flags already. Unfortunately, it does not work well together with the github release which offers some other flags (pre-release...) and the possibility to add a description (and more...).


Without this support, a release from smartgit is quite cumbersome as it requires to create a manual release on github and delete the tagged release created by smartgit

SmartGit currently is not using the GitHub "release" API at all. So your suggestion is to combine the API with SmartGit's Git-Flow? Are you aware of some "reference" Git-Flow implementation which is using the "release" API already?

Yes, basically. No, unfortunately I am not.