Skip to content

Commit

Permalink
Add buildpack description to buildpack.toml (#178)
Browse files Browse the repository at this point in the history
Adds the buildpack `description` to `buildpack.toml` with
a style matching that discussed in:
heroku/cnb-builder-images#408

The `description` field is displayed on the CNB registry's page for
the buildpack.

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 d8003db commit c327acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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]

### Added

- Added buildpack description to metadata used by CNB registry. ([#178](https://github.com/heroku/buildpack-go/pull/178))

## [0.1.10] - 2023-10-12

### Added
Expand Down
5 changes: 2 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ id = "heroku/go"
version = "0.1.10"
name = "Heroku Go"
homepage = "https://github.com/heroku/buildpacks-go"
description = "Heroku's buildpack for Go applications."
keywords = ["go", "golang", "heroku"]
clear-env = true

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

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

0 comments on commit c327acf

Please sign in to comment.