From 380a1cddc58d68d3440defee74968440305ed220 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Fri, 18 Oct 2019 16:50:06 -0400 Subject: [PATCH] #65 was a breaking change --- README.md | 2 +- docs/custom.md | 2 +- docs/index.md | 2 +- docs/setup.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d85532..13ebc01 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines - ref: refs/heads/v0.1 + ref: refs/heads/v0.2 endpoint: YOU_NEED_TO_SET_THIS ``` diff --git a/docs/custom.md b/docs/custom.md index 3e90661..8546f25 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -27,7 +27,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines - ref: refs/heads/v0.1 + ref: refs/heads/v0.2 endpoint: PLACEHOLDER ``` diff --git a/docs/index.md b/docs/index.md index a3f334d..f503983 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,7 @@ And now, to quote the French, [allons-y](https://www.lawlessfrench.com/expressio - repository: templates type: github name: crate-ci/azure-pipelines - ref: refs/heads/v0.1 + ref: refs/heads/v0.2 endpoint: PLACEHOLDER ``` diff --git a/docs/setup.md b/docs/setup.md index f0bf7c5..990fca6 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -62,7 +62,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines - ref: refs/heads/v0.1 + ref: refs/heads/v0.2 endpoint: PLACEHOLDER ```