Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

add deprecation notice to README #113

Merged
merged 1 commit into from
Jun 28, 2023
Merged
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Deprecated

Please note that this repository is **deprecated** in favor of a [new Unity system](https://cuelabs.dev/unity/),
which was designed to overcome limitations of the approach in this repository such as not supporting private projects
or not being able to test multiple major versions of CUE simultaneously.

For any updates, subscribe to the [CUE Unity announcements](https://github.com/cue-lang/cue/discussions/2427) thread.

### `unity` - run experiments/regression tests on CUE modules

`unity` is a tool used to run experiments/regression tests on various CUE modules using different versions of CUE. The
Expand Down