You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a label name is only 2 characters long (for instance CI in that case), the generated changelog uses a different heading level for that label than for longer labels.
### Release Notes for [2.13.2](https://github.com/doctrine/DoctrineBundle/milestone/107)
2.13.x bugfix release (patch)
### 2.13.2- Total issues resolved: **0**- Total pull requests resolved: **4**- Total contributors: **4**
CI
---[1852: Drop Psalm in favor of PHPStan](https://github.com/doctrine/DoctrineBundle/pull/1852) thanks to @greg0ire#### Bug-[1851: There is no ProxyManagerBridge v7](https://github.com/doctrine/DoctrineBundle/pull/1851) thanks to @derrabus-[1841: Fix compatibility for Symfony 6 projects without doctrine/persistence 3 support](https://github.com/doctrine/DoctrineBundle/pull/1841) thanks to @alexander-schranz#### Documentation-[1840: Fix extraneous index:: in docs](https://github.com/doctrine/DoctrineBundle/pull/1840) thanks to @W0rma
How to reproduce
Create a label named CI in your repo (as well as a longer one for comparison
Create one PR for each label and merge them
Trigger a release containing those PRs
Expected behavior
The CI heading should be consistent with other labels, using a <h4> rather than a <h2>
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
When a label name is only 2 characters long (for instance
CI
in that case), the generated changelog uses a different heading level for that label than for longer labels.Current behavior
See https://github.com/doctrine/DoctrineBundle/releases/tag/2.13.2 for a case. the generated release note looks like that:
How to reproduce
CI
in your repo (as well as a longer one for comparisonExpected behavior
The
CI
heading should be consistent with other labels, using a<h4>
rather than a<h2>
The text was updated successfully, but these errors were encountered: