Skip to content

Commit

Permalink
add -A2 to git grep cmd in docs/make_release.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Taves <[email protected]>
  • Loading branch information
wpbonelli and mwtoews authored Jul 18, 2023
1 parent 11dcd0c commit 50828dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 "deprecated::"`
4. Review deprecations. To search for deprecation warnings with git: `git grep -A2 "deprecated::"`


## Release procedure
Expand Down

0 comments on commit 50828dc

Please sign in to comment.