From e03e4d8c08d6ae42ec6571dd1294613a4bd48506 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Tue, 23 Jun 2020 11:40:28 -0400 Subject: [PATCH] make note an alert --- docs/content/en/docs/pipeline-stages/builders/buildpacks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md index be0e6f0e14f..93597b521f7 100644 --- a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md +++ b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md @@ -22,9 +22,9 @@ To use Buildpacks, add a `buildpack` field to each artifact you specify in the `artifacts` part of the `build` section. `context` should be a path to your source. -{{ note }} -In Skaffold 1.11 (schema `v2beta5`), the singular `buildpack` field was made plural as `buildpacks`. -{{ /note }} +{{}} +In Skaffold 1.11 (schema `v2beta5`), the singular `buildpack` field was renamed to `buildpacks`. +{{}} The following options can optionally be configured: