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

Added yaml error handling for generate-changelog.sh #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apryor-ws
Copy link

Why

Required to remove the error messages when processing the "Changed packages" function for packages that are yaml files

What changed?

  • Added a check to see if the package name contains .yaml, if it does, print the package name along with the old/new versions and skip the diff of those files

Screenshots

Error when diffing .yaml files:
image

New text displayed instead of errors when diffing .yaml files:
image

Considerations

This could also be achieved by removing the processing of the .yaml files all together, but this way there is still some visibility into what is changing

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