Skip to content

Commit b8cad80

Browse files
authored
Update buildpack metadata in buildpack.toml (#189)
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.
1 parent bc830df commit b8cad80

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated buildpack display name, description and keywords. ([#189](https://github.com/heroku/procfile-cnb/pull/189))
13+
1014
## [2.0.1] - 2023-08-21
1115

1216
### Changed

buildpack.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ api = "0.8"
33
[buildpack]
44
id = "heroku/procfile"
55
version = "2.0.1"
6-
name = "Procfile"
6+
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/procfile-cnb"
8-
description = "Official Heroku buildpack for using Procfile."
9-
keywords = ["procfile", "processes"]
10-
11-
[[stacks]]
12-
id = "*"
8+
description = "Heroku's Procfile buildpack."
9+
keywords = ["procfile", "processes", "heroku"]
1310

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

14+
[[stacks]]
15+
id = "*"
16+
1717
[metadata.release]
1818
image = { repository = "docker.io/heroku/procfile-cnb" }

0 commit comments

Comments
 (0)