Skip to content

Commit

Permalink
Update dev_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas authored Nov 3, 2024
1 parent 4754a4b commit bef4566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/devdocs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ continuing stability of releases. Before making a release one should
4. Release via the [registration
issue](https://github.com/SciML/JumpProcesses.jl/issues/73) with the
command:
```julia

```
@JuliaRegistrator register branch=release-15.0.0
```

modifying as appropriate for the version you are releasing.

If there is subsequently a need to increment the version of a dependency, this
Expand All @@ -30,4 +32,4 @@ dependency being updated is a non-breaking release, and would have automatically
been installed by the package resolver had it not been capped, a patch release
should be preferred. If the new release branch is branched from master, *it
needs to ensure Project.toml caps are all ≥ to those listed in the previous
Catalyst release branch*.
Catalyst release branch*.

0 comments on commit bef4566

Please sign in to comment.