Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/make_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <pattern>` for N optional extra lines of context. Some terms to search for:

- deprecated::
- DEPRECATED
- DeprecationWarning


## Release procedure

Expand Down