Skip to content

Commit

Permalink
update spec to specific version format expectations. followed by RFC #35
Browse files Browse the repository at this point in the history
: https://github.com/buildpacks/rfcs/blob/master/text/0035-buildpack-versions.md

Signed-off-by: Danielle Adams <danielle.adams@heroku.com>
  • Loading branch information
Danielle Adams committed Jun 3, 2020
1 parent 6cd54c8 commit 3148b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,10 @@ The buildpack ID:
- MUST NOT be `config` or `app`.
- MUST NOT be identical to any other buildpack ID when using a case-insensitive comparison.

The buildpack version:
- MUST be in the form `<X>.<Y>.<Z>` where `X`, `Y`, and `Z` are non-negative integers and must not contain leading zeros.
- Each element MUST increase numerically.
- Buildpack authors will to define how what changes will increment `X`, `Y`, and `Z`.

If an `order` is specified, then `stacks` MUST NOT be specified.

Expand Down

0 comments on commit 3148b5d

Please sign in to comment.