Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Read more about Cloud Native Buildpacks, the features they offer, and the story

### Calendar

The calendar is managed via [teamup](https://teamup.com/ksxw26c3km72mq3imn). To request an alteration you may [create an issue](https://github.com/buildpacks/community/issues/new), reach out to a maintainer via [slack](https://slack.cncf.io) in #buildpacks-maintainers, or post in [discussions](https://github.com/buildpacks/community/discussions).
The calendar is managed via [teamup](https://Teamup.com/ksxw26c3km72mq3imn). To request an alteration you may [create an issue](https://github.com/buildpacks/community/issues/new), reach out to a maintainer via [slack](https://slack.cncf.io) in #buildpacks-maintainers, or post in [discussions](https://github.com/buildpacks/community/discussions).

## Contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ id = "me/rake-tasks"
inline = "rake package"
```

In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.6` (this is a required field), and it will execute the `rake package` command during the build step.
In this example, the `me/rake-tasks` inline buildpack runs after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.10`, a required field, and it executes the `rake package` command during the build step.

> **Note:** Inline buildpacks will _always_ pass detection.

Expand Down
Loading