From 28e5e7154d6ee8bb8f32d3213374c03034e28974 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 30 Jan 2023 16:09:40 -0600 Subject: [PATCH] chore: add more v1 warnings --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d3163c92..622cb0d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,7 +101,7 @@ jobs: with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} - body: "" + body: "> **Note**: This is the command line utility for [Coder v1](https://coder.com/docs/coder). If you are using [Coder v2 / Coder OSS](https://coder.com/docs/coder-oss/latest), use [these instructions](https://coder.com/docs/coder-oss/latest/install) to install the CLI." draft: true prerelease: false diff --git a/README.md b/README.md index 5660b5b5..8c36eca7 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ [![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-cli?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-cli/releases) [![Documentation](https://godoc.org/cdr.dev/coder-cli?status.svg)](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk) -> **Note**: This is the command line utility for [Coder Classic](https://coder.com/docs/coder). If you are using [Coder v2 / Coder OSS](https://coder.com/docs/coder-oss/latest), use [these instructions](https://coder.com/docs/coder-oss/latest/install) to install the CLI. +> **Note**: This is the command line utility for [Coder v1](https://coder.com/docs/coder). If you are using [Coder v2 / Coder OSS](https://coder.com/docs/coder-oss/latest), use [these instructions](https://coder.com/docs/coder-oss/latest/install) to install the CLI.