Skip to content

Commit bef4566

Browse files
authored
Update dev_guide.md
1 parent 4754a4b commit bef4566

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/devdocs/dev_guide.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ continuing stability of releases. Before making a release one should
1717
4. Release via the [registration
1818
issue](https://github.com/SciML/JumpProcesses.jl/issues/73) with the
1919
command:
20-
```julia
20+
21+
```
2122
@JuliaRegistrator register branch=release-15.0.0
2223
```
24+
2325
modifying as appropriate for the version you are releasing.
2426
2527
If there is subsequently a need to increment the version of a dependency, this
@@ -30,4 +32,4 @@ dependency being updated is a non-breaking release, and would have automatically
3032
been installed by the package resolver had it not been capped, a patch release
3133
should be preferred. If the new release branch is branched from master, *it
3234
needs to ensure Project.toml caps are all ≥ to those listed in the previous
33-
Catalyst release branch*.
35+
Catalyst release branch*.

0 commit comments

Comments
 (0)