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>
Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
Danielle Adams authored and nebhale committed Jun 8, 2020
1 parent 333e71d commit 99922f4
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 @@ -851,6 +851,10 @@ Buildpack authors MUST choose a globally unique ID, for example: "io.buildpacks.
- 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 99922f4

Please sign in to comment.