Skip to content

Commit

Permalink
add a description of buildpack api based on this issue that was opened:
Browse files Browse the repository at this point in the history
buildpacks/pack#306, and makes api more explicit
  • Loading branch information
Danielle Adams committed Oct 8, 2019
1 parent bcef1f0 commit 4dde5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/reference/buildpack-api.md
Expand Up @@ -129,6 +129,8 @@ A buildpack must contain a `buildpack.toml` file in its root directory. This
descriptor file must contain a `buildpack.id` that is a globally unique
identifier.

The `buildpack.toml` has an `api` value that indicates the implemented buildpack API. The format should be `<major>.<minor>` or `<major>`, where `<major>` is equivalent to `<major>.0`. This value is optional and defaults to `0.1`.

### Example

```
Expand Down

0 comments on commit 4dde5d2

Please sign in to comment.