Skip to content

Commit

Permalink
doc: update README.md to reflect v0.6.0 release
Browse files Browse the repository at this point in the history
Also:

* Be a bit more precise on the use of the term 'version'.
* Drop use of the word 'stable' - that will only apply to CUE versions
  >= v1.
* Fix links to the issue tracker and the contribution guide.
* Make clear that pre-releases can be installed too via this mechanism,
  and that the releases page includes a list of release and
  pre-releases.

Signed-off-by: Paul Jolly <[email protected]>
  • Loading branch information
myitcv committed Aug 9, 2023
1 parent 8e50d5d commit ce6daff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `setup-cue`

***Install a specific [CUE](https://cuelang.org) CLI version on your Github
***Install a specific [CUE](https://cuelang.org) CLI version on your GitHub
Actions runner***

Use this action in your github actions workflow to install a specific version of
[CUE](https://cuelang.org) on your runner. `version` is a semantic version
string like `v0.4.0`. You can also use the keyword `latest` (default) to use the
latest stable release of `cue`. Releases of `cue` are listed
[here](https://github.com/cue-lang/cue/releases).
Use this action in your GitHub Actions workflow to install a specific version of
[CUE](https://cuelang.org) on your runner. The input `version` is a
[version](https://go.dev/ref/mod#versions) string like `v0.6.0`. You can also
use the keyword `latest` (default) to use the latest stable release of `cue`.
Releases of `cue` are listed [here](https://github.com/cue-lang/cue/releases).

```
- uses: cue-lang/setup-cue@v1
Expand Down

0 comments on commit ce6daff

Please sign in to comment.