bazarms / jobflow

A tool written in Go designed to execute a flow of jobs, which are themselves composed of tasks, as the same way of Ansible or some CI tools such as Travis, Gitlab or Circle.
GNU General Public License v3.0
2 stars 0 forks source link

[plugin/github]: Must list all commits from the beginning when only one release already exists #19

Closed uthng closed 5 years ago

uthng commented 5 years ago

When it exists one and only one release and we want to redo that release, it takes all commits from the release and the master instead of from the beginning. It means that, only one commit in the changelog which is wrong.