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

Update buildpack metadata in buildpack.toml #603

Merged
merged 1 commit into from
Oct 24, 2023

Commits on Oct 23, 2023

  1. Update buildpack metadata in buildpack.toml

    Adjusts the buildpack `name`, `description` and `keywords` in the
    `buildpack.toml` of all buildpacks to match the style discussed in:
    heroku/cnb-builder-images#408
    
    The `keywords` field has intentionally been omitted from the functions
    buildpacks since they are EOL and so don't want to be made more
    discoverable. (The CNB registry doesn't currently ingest/display the
    keywords currently, but may in the future.)
    
    Lastly, I've cleaned up the `[metadata]` table/subtables to match the
    concise style used by the Procfile and Python CNBs.
    edmorley committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    975a9f4 View commit details
    Browse the repository at this point in the history