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

Handle No Sub-Buildpacks #78

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Handle No Sub-Buildpacks #78

merged 1 commit into from
Nov 3, 2020

Conversation

nebhale
Copy link
Member

@nebhale nebhale commented Oct 31, 2020

Previously when writing release notes, the script would attempt to iterate over any sub-buildpacks that were contained within this main buildpack. In the case where there were no sub-buildpacks, an error would be printed to the console. This error was harmless, but better to be correct. This change only iterates over the sub-buildpacks if at least one exists.

/cc @ameyer-pivotal @aemengo

@nebhale nebhale requested a review from a team October 31, 2020 21:28
@nebhale nebhale added semver:patch A change requiring a patch version bump type:bug A general bug labels Oct 31, 2020
@nebhale nebhale closed this Oct 31, 2020
@nebhale nebhale reopened this Oct 31, 2020
@nebhale nebhale force-pushed the sub-buildpacks branch 4 times, most recently from 60abb70 to d1801c8 Compare November 2, 2020 14:51
Previously when writing release notes, the script would attempt to iterate
over any sub-buildpacks that were contained within this main buildpack.  In
the case where there were no sub-buildpacks, an error would be printed to the
console.  This error was harmless, but better to be correct.  This change only
iterates over the sub-buildpacks if at least one exists.

Signed-off-by: Ben Hale <bhale@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants