mirror of
https://github.com/jlengrand/jreleaser.git
synced 2026-03-10 08:31:24 +00:00
[changelog] fix ignored contributors.format setting. Fixes #332
This commit is contained in:
@@ -228,11 +228,10 @@ public class Changelog implements EnabledAware {
|
||||
return contributors;
|
||||
}
|
||||
|
||||
public void setContributors(Contributors hide) {
|
||||
public void setContributors(Contributors contributors) {
|
||||
this.contributors.setAll(contributors);
|
||||
}
|
||||
|
||||
|
||||
public Hide getHide() {
|
||||
return hide;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user