mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(std): update paragraph about the tagging process (#6519)
This commit is contained in:
parent
660f86f1a2
commit
96b4a5f837
1 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue