Skip to content

Commit

Permalink
Merge pull request danielflower#141 from alexconlin/patch-1
Browse files Browse the repository at this point in the history
Minor grammar fix
  • Loading branch information
danielflower authored Nov 4, 2023
2 parents a29f1b8 + 3f2c2eb commit a29c38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static Reactor fromProjects(Log log, LocalGitRepo gitRepo, MavenProject r
String equivalentVersion = null;

if(modulesToForceRelease != null && modulesToForceRelease.contains(artifactId)) {
log.info("Releasing " + artifactId + " " + newVersion.releaseVersion() + " as we was asked to forced release.");
log.info("Releasing " + artifactId + " " + newVersion.releaseVersion() + " as we were asked to force release.");
} else if (oneOfTheDependenciesHasChanged) {
log.info("Releasing " + artifactId + " " + newVersion.releaseVersion() + " as " + changedDependency + " has changed.");
} else {
Expand Down

0 comments on commit a29c38d

Please sign in to comment.