diff --git a/docs/make_release.md b/docs/make_release.md index b057a5e816..c8bcab8889 100644 --- a/docs/make_release.md +++ b/docs/make_release.md @@ -28,6 +28,12 @@ The FloPy release procedure is mostly automated with GitHub Actions in [`release 3. Update the authors in `CITATION.cff` for the Software/Code citation for FloPy, if required. +4. Review deprecations. To search for deprecation warnings with git: `git grep [-[A/B/C]N] ` for N optional extra lines of context. Some terms to search for: + + - deprecated:: + - DEPRECATED + - DeprecationWarning + ## Release procedure