Skip to content

Commit ac2f251

Browse files
committed
link semver
1 parent 95f80b1 commit ac2f251

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/devdocs/dev_guide.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ continuing stability of releases. Before making a release one should
2424

2525
If there is subsequently a need to increment the version of a dependency, this
2626
should be done via a new release that follows the above process, and modifies
27-
the patch, minor, or major Catalyst version (as appropriate for the potential
28-
impact of the dependency change on Catalyst users). If the dependency being
29-
updated is a non-breaking release, and would have automatically been installed
30-
by the package resolver had it not been capped, a patch release should be
31-
preferred. If the new release branch is branched from master, *it needs to
32-
ensure Project.toml caps are all to those listed in the previous Catalyst
33-
release branch*.
27+
the [patch, minor, or major Catalyst version (as appropriate for the potential
28+
impact of the dependency change on Catalyst users)](https://semver.org/). If the
29+
dependency being updated is a non-breaking release, and would have automatically
30+
been installed by the package resolver had it not been capped, a patch release
31+
should be preferred. If the new release branch is branched from master, *it
32+
needs to ensure Project.toml caps are all to those listed in the previous
33+
Catalyst release branch*.

0 commit comments

Comments
 (0)