This PR adds an extra argument called --buildpack-type on the paketo-buildpacks/github-config/actions/release/notes action. That way, we can specify for which type of buildpack (buildpack or extension) the release notes should be generated.
Use Cases
Checklist
[x] I have viewed, signed, and submitted the Contributor License Agreement.
[ ] I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
[x] I have added an integration test, if necessary.
[x] I have reviewed the styleguide for guidance on my code quality.
[x] I'm happy with the commit history on this PR (I have rebased/squashed as needed).
Summary
This PR adds an extra argument called
--buildpack-type
on thepaketo-buildpacks/github-config/actions/release/notes
action. That way, we can specify for which type of buildpack (buildpack or extension) the release notes should be generated.Use Cases
Checklist