Skip to content

Commit dd358cb

Browse files
authored
chore: fix docs (fastify#6007)
Signed-off-by: Manuel Spigolon <[email protected]>
1 parent c7c5336 commit dd358cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Reference/LTS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ A "month" is defined as 30 consecutive days.
3737
> As a consequence of providing long-term support for major releases, there are
3838
> occasions where we need to release breaking changes as a _minor_ version
3939
> release. Such changes will _always_ be noted in the [release
40-
>
40+
> notes](https://github.com/fastify/fastify/releases).
41+
>
4142
> To avoid automatically receiving breaking security updates it is possible to
4243
> use the tilde (`~`) range qualifier. For example, to get patches for the 3.15
4344
> release, and avoid automatically updating to the 3.16 release, specify the
45+
> dependency as `"fastify": "~3.15.x"`. This will leave your application
46+
> vulnerable, so please use it with caution.
4447
4548
### Security Support Beyond LTS
4649

0 commit comments

Comments
 (0)