Skip to content

Commit

Permalink
Update buildpack metadata in buildpack.toml (#57)
Browse files Browse the repository at this point in the history
Adjusts the buildpack `name` and `description` in `buildpack.toml`
to match the style discussed in:
heroku/cnb-builder-images#408

These fields are used by the CNB registry and can also be seen in the
output of `pack builder inspect`. They are not used by `pack build` or
Kodon.

In addition, I've cleaned up the `[metadata]` table/subtables to match
the more concise style used by the Procfile and Python CNBs.

GUS-W-14121598.
  • Loading branch information
edmorley authored Oct 24, 2023
1 parent 8ea8c73 commit 5e02196
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions buildpacks/php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated buildpack display name and description. ([#57](https://github.com/heroku/buildpack-php/pull/57))

## [0.1.1] - 2023-06-30

### Added
Expand Down
8 changes: 3 additions & 5 deletions buildpacks/php/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ api = "0.9"
[buildpack]
id = "heroku/php"
version = "0.1.1"
name = "PHP"
name = "Heroku PHP"
homepage = "https://github.com/heroku/buildpacks-php"
description = "Heroku's official PHP Cloud Native Buildpack."
description = "Heroku's buildpack for PHP applications."
keywords = ["php", "heroku"]
clear-env = true

Expand All @@ -18,7 +18,5 @@ id = "heroku-20"
[[stacks]]
id = "heroku-22"

[metadata]
[metadata.release]
[metadata.release.image]
repository = "docker.io/heroku/buildpack-php"
image = { repository = "docker.io/heroku/buildpack-php" }

0 comments on commit 5e02196

Please sign in to comment.