lysandre HF staff commited on
Commit
8ee0a79
1 Parent(s): 563d12f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_release_notes(
26
  result = ""
27
  contributors = {}
28
 
29
- for commit in commits:
30
  if "Hugging Face" not in commit.user.organizations:
31
  if commit.user.name not in contributors:
32
  contributors[commit.user.name] = Contributions(
 
26
  result = ""
27
  contributors = {}
28
 
29
+ for commit in commits[::-1]:
30
  if "Hugging Face" not in commit.user.organizations:
31
  if commit.user.name not in contributors:
32
  contributors[commit.user.name] = Contributions(