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

Add support for arbitrary separators, non-semver versions, disabling wrapping, and customizing wrapping character count #23

Merged
merged 9 commits into from
Oct 24, 2023

Conversation

marcaddeo
Copy link
Owner

  • Add support for using an arbitrary separator character between the version
    and date of a release heading using the --separator flag
  • Add support for parsing non-semver versions
  • Add support for disabling wrapping of changelog release entries using the
    --no-wrap flag
  • Add support for wrapping at a custom character count using the --wrap-at
    option

This implementation is much less fragile and prone to being tricked up.
This is handled by the split_once in parse_release_header now.
@marcaddeo marcaddeo merged commit 47e4133 into master Oct 24, 2023
@marcaddeo marcaddeo deleted the 22/arbitary-separators-and-non-semver-support branch October 24, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant