Skip to content

Commit a1994ef

Browse files
committed
Add missing branch name to git merge command
1 parent 9397d97 commit a1994ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TCW/tcw22.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
changes.</item>
338338
<item>Merge the release branch into the <code>dev</code> branch<lb/>
339339
<code>git checkout dev</code><lb/>
340-
<code>git merge</code>
340+
<code>git merge release-X.X.X</code>
341341
</item>
342342
<item>Merge the release branch into <code>released</code><lb/>
343343
<code>git checkout released</code><lb/>

0 commit comments

Comments
 (0)