Skip to content

Commit

Permalink
feat: sort packages in pr description
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 28, 2024
1 parent 8ccddd9 commit a6362f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildit-utils/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ fn find_version_by_packages(pkgs: &[String], p: &Path) -> Vec<String> {
}
});

res.sort();

res
}

Expand Down

0 comments on commit a6362f6

Please sign in to comment.