diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-06-29 00:25:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 12:25:20 -0400 |
commit | 96b4a5f837fe984a91c03babc398fb55a6210610 (patch) | |
tree | 38d2959bb4ab37ce963d034c55781e74b302baa4 | |
parent | 660f86f1a21298f7795760a24b91b7bd8788afc3 (diff) |
docs(std): update paragraph about the tagging process (#6519)
-rw-r--r-- | std/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/std/README.md b/std/README.md index 762f23f2f..bf1d6940b 100644 --- a/std/README.md +++ b/std/README.md @@ -8,13 +8,12 @@ Contributions are welcome! ## How to use -These modules are tagged in accordance with Deno releases. So, for example, the -v0.3.0 tag is guaranteed to work with deno v0.3.0. You can link to v0.3.0 using -the URL `https://deno.land/std@v0.3.0/`. Not specifying a tag will link to the -master branch. +These modules will eventually be tagged in accordance with Deno releases but as +of today we do not yet consider them stable and so we version the standard +modules differently from the Deno runtime to reflect this. It is strongly recommended that you link to tagged releases to avoid unintended -updates. +updates and breaking changes. Don't link to / import any module whose path: |