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

Remove all newlines from changelog item output #263

Merged
merged 2 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. changelog: Use Println instead of Printf when printing items

    Signed-off-by: Chance Zibolski <[email protected]>
    chancez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    374eb83 View commit details
    Browse the repository at this point in the history
  2. github: Use bufio.Scanner to scan for lines

    Using bufio.Scanner handles \r\n and \n ensuring we don't leave \r in
    the JSON which results in invisible ^M characters in the output which is
    particularly annoying when storing result into a file.
    
    Signed-off-by: Chance Zibolski <[email protected]>
    chancez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    898bb04 View commit details
    Browse the repository at this point in the history