doctrine / automatic-releases

Internal automatic release tool for doctrine/* projects
MIT License
28 stars 5 forks source link

Set correct branch name for new release #62

Closed alcaeus closed 4 years ago

alcaeus commented 4 years ago

This will fix the following information on the release page: image

The message should read

(x) commits to 1.10.x since this release

target_commitish defaults to "master", but can be any commit. If the tag doesn't exist, it would be created from the branch given, but that would not affect this tool as it creates signed tags before creating a release.