luoyuxia commented on code in PR #2672:
URL: https://github.com/apache/fluss/pull/2672#discussion_r2802097357


##########
website/community/how-to-release/creating-a-fluss-release.mdx:
##########
@@ -265,9 +264,9 @@ export FLUSS_CURRENT_RELEASE_BRANCH={currentReleaseBranch}
 # export FLUSS_CURRENT_RELEASE_BRANCH=release-0.8
 
 # get contributor list
-git log $FLUSS_PREVIOUS_RELEASE_BRANCH..$FLUSS_CURRENT_RELEASE_BRANCH 
--pretty=format:"%an" | sort -u | paste -sd "," - | sed 's/,/, /g'
+git log 
origin/$FLUSS_PREVIOUS_RELEASE_BRANCH..origin/$FLUSS_CURRENT_RELEASE_BRANCH 
--pretty=format:"%an" | sort -u | paste -sd "," - | sed 's/,/, /g'

Review Comment:
   with the origin command, i'll get 
   ```
   fatal: ambiguous argument 'release-0.8...release-0.9': unknown revision or 
path not in the working tree.
   Use '--' to separate paths from revisions, like this:
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to