From a631f2a11e8586fa1cb982fb0102295dd7056ae4 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Fri, 18 Oct 2019 16:48:01 -0400 Subject: [PATCH] Make setup steps suggest 0.1 --- README.md | 1 + docs/custom.md | 1 + docs/index.md | 1 + docs/setup.md | 1 + 4 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 18c48b5..5d85532 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,6 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: YOU_NEED_TO_SET_THIS ``` diff --git a/docs/custom.md b/docs/custom.md index 325e8d0..234776c 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -27,6 +27,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: PLACEHOLDER ``` diff --git a/docs/index.md b/docs/index.md index db5b089..a3f334d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,6 +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 endpoint: PLACEHOLDER ``` diff --git a/docs/setup.md b/docs/setup.md index 2fc3fc2..f0bf7c5 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -62,6 +62,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: PLACEHOLDER ```