Skip to content

Commit 3783cd1

Browse files
Update RELEASING.md (#831)
* Update RELEASING.md * Update RELEASING.md
1 parent 709f257 commit 3783cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ git checkout 3.8-customer-replica
7878
# Create the new pure-docker release branch
7979
git checkout -B 3.9-customer-replica
8080

81-
# Merge the publish-3.9 branch, which will have been created by the release tool, into the pure-docker release branch. Default to taking the remote changes. Note that "theirs" is a Git term, not a placeholder.
82-
git merge publish-3.9 -X theirs
81+
# Merge the publish-3.9.0 branch, which will have been created by the release tool, into the pure-docker release branch. Default to taking the remote changes. Note that "theirs" is a Git term, not a placeholder.
82+
git merge publish-3.9.0 -X theirs
8383

8484
# Reset to previous commit so we can manually inspect ALL changes - we want to create multiple commits instead of keeping a single merge commit
8585
git reset HEAD~

0 commit comments

Comments
 (0)