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 there are missing or extra line breaks in the Unreleased section, those missing or extra new lines are retained in the version-bumped section after running Release Bump. They should be added and removed automatically to fix formatting.
Acceptance criteria
Add missing new lines
GIVEN: There are missing new lines in the Unreleased section
WHEN: Release Bump is run
THEN: There are no missing new lines in the version-bumped section
Remove extra new lines
GIVEN: There are extra new lines in the Unreleased section
WHEN: Release Bump is run
THEN: There are no extra new lines in the version-bumped section
The text was updated successfully, but these errors were encountered:
paulshryock
changed the title
Automatically add missing (and remove extra) line breaks from Changelog unreleased section
Missing or extra line breaks in the Changelog unreleased section are retained in the new version-bumped section
Jul 14, 2022
When there are missing or extra line breaks in the Unreleased section, those missing or extra new lines are retained in the version-bumped section after running Release Bump. They should be added and removed automatically to fix formatting.
Acceptance criteria
Example
This:
Should become:
Instead of:
The text was updated successfully, but these errors were encountered: