The release-process.md docs erroneously omit the remote name from git fetch.
Expected behavior
git fetch should complete without errors.
Actual behavior
fatal: 'v22.0' does not appear to be a git repository
fatal: Could not read from remote repository.
To reproduce
Follow steps in release-process.md through this line:
git fetch "v${VERSION}"
System information
Bitcoin Core b6b7815ddcff53177bb1f6318b39a4134cf42cb1, self-compiled.
Whonix 16 inside Qubes 4.1, Intel Haswell, HDD.
git v2.30.2.
Replacing the offending line with git fetch origin "v${VERSION}" works fine.