Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 26, 2024
1 parent ec9a271 commit c14758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To create a new release for Smesh.jl, perform the following steps:
* If the new release contains *breaking changes* (i.e., user code might not work as
before without modifications), increase the *minor* version by one and set the
*patch* version to zero. In our example, the new version should thus be `v0.3.0`.
* If the new release only contains minor modfications and/or bug fixes, the *minor*
* If the new release only contains minor modifications and/or bug fixes, the *minor*
version is kept as-is and the *patch* version is increased by one. In our example, the
new version should thus be `v0.2.4`.
4) Edit the `version` string in the
Expand Down

0 comments on commit c14758b

Please sign in to comment.