Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize generated text to strip extra lines and redundant version information #67

Merged

Conversation

weierophinney
Copy link
Member

This patch fixes two issues in the jwage/changelog-generator -generated notes:

  • It removes extra empty lines.
  • It removes extra headings that only note the version number (this is always on the release page, always in the changelog, and at the top of the release notes already)

Fixes #64

…ion information

This patch fixes two issues in the jwage/changelog-generator -generated
notes:

- It removes extra empty lines.
- It removes extra headings that only note the version number (this is
  always on the release page, always in the changelog, and at the top of
  the release notes already)

Fixes laminas#64

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@weierophinney weierophinney added this to the 1.6.0 milestone Sep 3, 2020
@Ocramius Ocramius self-assigned this Sep 3, 2020
@Ocramius Ocramius merged commit 5730dbc into laminas:1.6.x Sep 3, 2020
@weierophinney weierophinney deleted the hotfix/64-release-notes-normalization branch September 3, 2020 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalize generated changelog to remove redundant information and whitespace
2 participants