Skip to content

Commit

Permalink
refactor(validation): Fix typo in changelog validation
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 27, 2022
1 parent 02fdfd3 commit b40a4dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ private static void validateChangelog(JReleaserContext context, BaseReleaser ser
boolean generate = gh.getReleaseNotes().isEnabled();

if (generate && changelog.isEnabled()) {
errors.configuration(RB.$("validation_github_releasenotesgetChangelog"));
errors.configuration(RB.$("validation_github_releasenotes_changelog"));
return;
}
}
Expand Down

0 comments on commit b40a4dd

Please sign in to comment.