Skip to content

Commit

Permalink
docs: document stable tag in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Sep 29, 2024
1 parent 4374581 commit 991d72e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ The add command fails if the package is not qualified:

You shall either resolve these issues manually or add the option `-f` to continue.

You may specify the version to add in a few different ways:

- A specific version like `com.my.package@1.2.0`
- The latest tag like `com.my.package@latest` which will install the latest
published version, including pre-releases.
- No version at all like `com.my.package` which is identical to using the
"latest" tag.
- The stable tag like `com.my.package@stable` which will install the latest
stable version, ie. excluding pre-releases.

You can also add [testables](https://docs.unity3d.com/Manual/cus-tests.html) when importing:

```
Expand Down

0 comments on commit 991d72e

Please sign in to comment.