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

Fix build-changelog with no template changes #2494

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

nickcharlton
Copy link
Member

Previously, if we had no template changes, we'd exit early (because of set -e) in the template_changes assignment. This changes things to check if there's any changes first before executing that section.

Previously, if we had no template changes, we'd exit early (because of
`set -e`) in the `template_changes` assignment. This changes things to
check if there's any changes first before executing that section.
@nickcharlton nickcharlton added the bug breakages in functionality that is implemented label Jan 24, 2024
@nickcharlton nickcharlton merged commit 47cec12 into main Jan 24, 2024
9 checks passed
@nickcharlton nickcharlton deleted the nc-handle-no-template-changes branch January 24, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug breakages in functionality that is implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant