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
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ release:
name_template: "CircleCI CLI {{.Version}}"
make_latest: false
header: |
> **⚠️ Preview release — not recommended for production use.**
>
> This is a preview of the next-generation CircleCI CLI (v2 rewrite).
> It is published from the `next` branch for early testing and feedback.
> For the production-ready CLI, install the latest stable release from
> [Homebrew](https://formulae.brew.sh/formula/circleci), Snap, Chocolatey,
> or the [install script](https://github.com/CircleCI-Public/circleci-cli#install-script).
**⚠️ Preview release — not recommended for production use.**
This is a preview of the next-generation CircleCI CLI (v2 rewrite).
It is published from the `next` branch for early testing and feedback.
For the production-ready CLI, install the latest stable release from
[Homebrew](https://formulae.brew.sh/formula/circleci), Snap, Chocolatey,
or the [install script](https://github.com/CircleCI-Public/circleci-cli#install-script).
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ tasks:
desc: Run 'go mod download'
cmds:
- go mod download
- go mod download -modfile tools/go.mod

acceptance-test:
desc: Build binary and run acceptance tests
Expand Down