Skip to content

Commit a942a8e

Browse files
committed
ensure no merge commit during submodule update
1 parent c4347f4 commit a942a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.RELEASE_PROCESS

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ can be influenced by defining the environment variable TAR_OPTIONS='--format=gnu
201201
``git submodule init;
202202
git submodule update;
203203
cd distributions;
204-
git pull origin master;
204+
git fetch;
205+
git pull --rebase origin master;
205206
cd ..;
206207
git commit distributions;
207208
git push;``

0 commit comments

Comments
 (0)