diff --git a/docs/source/dev_guide/release.rst b/docs/source/dev_guide/release.rst index 7567c6b7..5c870764 100644 --- a/docs/source/dev_guide/release.rst +++ b/docs/source/dev_guide/release.rst @@ -45,7 +45,7 @@ Bumping the Version :: Looking good? (y/N) > -3. If you encounter ``Error: Command `git push upstream main` failed``, as in `zppy issue 470 `_, you can run ``git push upstream main`` yourself. +3. If you encounter ``Error: Command `git push upstream main` failed``, as in `zppy issue 470 `_, you can run ``git push upstream `` yourself. 4. Create a pull request to the main repo and merge it. Mark yourself as the assignee, and mark "Update version" as the label. diff --git a/docs/source/dev_guide/release_testing.rst b/docs/source/dev_guide/release_testing.rst index a0ae3c48..3c3425d1 100644 --- a/docs/source/dev_guide/release_testing.rst +++ b/docs/source/dev_guide/release_testing.rst @@ -74,7 +74,7 @@ Testing directions for making a release * If there are no failures, proceed to the next step. -7. Make a pull request and merge any changes. This keeps the repo updated with the latest testing configurations. Mark yourself as the assignee, and mark "Testing" as the label. If you made bug fixes, add the "semver: bug" label. (If you've made no changes, skip this step). +7. Run ``git diff``. You should not have any changes. If you do, you have probably made code changes to get the tests to pass. Make a pull request to merge the changes. Add the "semver: bug" label. 8. Wrap up release testing: