automatic-releases
automatic-releases copied to clipboard
0.x.x branch no longer show list of PRs added milestone to it
Bug Report
| Q | A |
|---|---|
| Version(s) | x.y.z |
Summary
Latest seems make no longer show list of PRs added milestone to it, based on discussion with @internalsystemerror @Ocramius , that possibly due to PR
- https://github.com/laminas/automatic-releases/pull/210
that make not working for 0.x.x branch.
Current behavior
It doesn't show the list, see https://github.com/laminas/laminas-servicemanager-migration/releases/tag/0.23.0
Previously, it show the list https://github.com/laminas/laminas-servicemanager-migration/releases/tag/0.22.0
How to reproduce
Create a release from 0.x.x branch
Expected behavior
should show the list.
I just make release 1.1.0 on laminas-servicemanager-migration
https://github.com/laminas/laminas-servicemanager-migration/releases/tag/1.1.0
and it show the list, so the bug is confirmed only on 0.x.x branch.