Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEmbrace committed Oct 16, 2024
1 parent 2d16257 commit 94dc943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
if danger.github.pullRequest.head.label.contains("release/") && !changelogChanged {
fail("Releases must have CHANGELOG updates.")

// otherwise only throw a warning if there was code changes without a changelog update
// otherwise only throw a warning if there were code changes without a changelog update
} else if !changelogChanged && sourceChanges != nil {
warn("No CHANGELOG entry added.")
}
Expand Down

0 comments on commit 94dc943

Please sign in to comment.