mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
docs: update paragraph about the tagging process (denoland/deno#6519)
This commit is contained in:
parent
a293a7c2a8
commit
03acb522a5
@ -17,13 +17,12 @@ Contributions are welcome!
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
These modules are tagged in accordance with Deno releases. So, for example, the
|
These modules will eventually be tagged in accordance with Deno releases but as
|
||||||
v0.3.0 tag is guaranteed to work with deno v0.3.0. You can link to v0.3.0 using
|
of today we do not yet consider them stable and so we version the standard
|
||||||
the URL `https://deno.land/std@v0.3.0/`. Not specifying a tag will link to the
|
modules differently from the Deno runtime to reflect this.
|
||||||
master branch.
|
|
||||||
|
|
||||||
It is strongly recommended that you link to tagged releases to avoid unintended
|
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:
|
Don't link to / import any module whose path:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user