Skip to content

Commit

Permalink
docs(release-controller): use the same git command used in the backend (
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera authored Nov 21, 2024
1 parent 51e063f commit 66416ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ERROR: ...
```shell
git fetch origin 'refs/notes/*:refs/notes/*' -f --prune
git rev-list --ancestry-path [BASE_COMMIT]...[RELEASE_COMMIT] | xargs -L1 -I_commit bash -c "echo -n '_commit '; git notes --ref guestos-changed show _commit | cat"
git log --format='%H' --no-merges [BASE_COMMIT]..[RELEASE_COMMIT] | xargs -L1 -I_commit bash -c "echo -n '_commit '; git notes --ref guestos-changed show _commit | cat"
```


Expand Down

0 comments on commit 66416ae

Please sign in to comment.