Skip to content

Commit f0d6487

Browse files
committed
Merge #18513: doc: fix git add argument
4928a99 [doc] fix git add argument (Michael Polzer) Pull request description: [`A`](https://git-scm.com/docs/git-add#Documentation/git-add.txt--A) is the correct flag. ACKs for top commit: fanquake: ACK 4928a99 - checked that [`A`](https://git-scm.com/docs/git-add#Documentation/git-add.txt--A) and not `a` is the correct flag. Tree-SHA512: 7e656ca9688b04ad2ef577aa1847799a34a377f5e6dfe4fd052a95d3dd98798dc10957e7f54164900ac1271f05e788ec4861026f53b910e369b0845532387cf4
2 parents 08c4994 + 4928a99 commit f0d6487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Codesigner only: Commit the detached codesign payloads:
219219
rm -rf *
220220
tar xf signature-osx.tar.gz
221221
tar xf signature-win.tar.gz
222-
git add -a
222+
git add -A
223223
git commit -m "point to ${VERSION}"
224224
git tag -s v${VERSION} HEAD
225225
git push the current branch and new tag

0 commit comments

Comments
 (0)