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 changelog to remove redundant information and whitespace #64

Closed
weierophinney opened this issue Sep 3, 2020 · 0 comments · Fixed by #67
Closed
Assignees
Milestone

Comments

@weierophinney
Copy link
Member

Feature Request

Q A
New Feature enhancement
RFC no
BC Break no

Summary

Currently, the jwage/changelog-generator -generated content includes:

-----

### Release Notes for [1.0.0](https://github.com/mezzio/mezzio-cors/milestone/1)



### 1.0.0

Note:

  • the extra line breaks
  • the repeated "1.0.0" references

The suggestion is to normalize this to:

  • never have more than one empty line at a time
  • remove the extraneous version references
@weierophinney weierophinney self-assigned this Sep 3, 2020
weierophinney added a commit to weierophinney/automatic-releases that referenced this issue Sep 3, 2020
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant