Skip to content

Commit

Permalink
Document method
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed Jan 28, 2024
1 parent 1143b71 commit 04defdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public final class SwiftPackageService {

private extension WorkingCheckout {
/// Get repository tags ordered by semantic versioning
/// it attempts to normalize the tags by removing occurrences of `v`
func getSemVerOrderedTags() throws -> [String] {
try getTags().sorted(
by: {
Expand Down

0 comments on commit 04defdf

Please sign in to comment.