diff --git a/doc/release-process.md b/doc/release-process.md index 5ea90f7fe7..72fa4a5c54 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -186,7 +186,7 @@ Codesigner only: Commit the detached codesign payloads: rm -rf * tar xf signature-osx.tar.gz tar xf signature-win.tar.gz - git add -a + git add -A git commit -m "point to ${VERSION}" git tag -s v${VERSION} HEAD git push the current branch and new tag