Skip to content

Commit

Permalink
Update buildpack metadata in buildpack.toml (#189)
Browse files Browse the repository at this point in the history
Adjusts the buildpack `name`, `description` and `keywords` 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.

GUS-W-14121598.
  • Loading branch information
edmorley authored Oct 24, 2023
1 parent bc830df commit b8cad80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions 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, description and keywords. ([#189](https://github.com/heroku/procfile-cnb/pull/189))

## [2.0.1] - 2023-08-21

### Changed
Expand Down
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ api = "0.8"
[buildpack]
id = "heroku/procfile"
version = "2.0.1"
name = "Procfile"
name = "Heroku Procfile"
homepage = "https://github.com/heroku/procfile-cnb"
description = "Official Heroku buildpack for using Procfile."
keywords = ["procfile", "processes"]

[[stacks]]
id = "*"
description = "Heroku's Procfile buildpack."
keywords = ["procfile", "processes", "heroku"]

[[buildpack.licenses]]
type = "BSD-3-Clause"

[[stacks]]
id = "*"

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

0 comments on commit b8cad80

Please sign in to comment.