Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Oct 22, 2021
1 parent 20a2e2f commit 5d816c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LightGraphs and Graphs are functionally identical, still there are some steps in
* Change `LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"` to `Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"` in your Project.toml.
* Update your using/imports
* Update your type constraints
* Increment your version number (Following SEMVER we suggest a patch release when no graph related functionality is made available through the API, otherwise a major release)
* Increment your version number. Following semantic versioning, we suggest a patch release when no graphs or other `Graphs.jl`-objects can be passed through the API of your package by those depending on it, otherwise a major release. "Passed through" entails created outside and consumed inside your package and vice versa.
* Tag a release

## Overview
Expand Down

0 comments on commit 5d816c5

Please sign in to comment.