Skip to content

Commit

Permalink
chore: set angular as default for commitConvention
Browse files Browse the repository at this point in the history
  • Loading branch information
tenshiAMD committed Sep 12, 2022
1 parent f534639 commit 70fe001
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions lib/modules/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Config {
files: ["README.md"],
imageSize: 100,
commit: false,
commitConvention: "none",
commitConvention: "angular",
contributors: [],
contributorsPerLine: 7,
};
Expand All @@ -77,7 +77,7 @@ class Config {
options.contributorsPerLine = 7;
}
if (!("commitConvention" in options)) {
options.commitConvention = "none";
options.commitConvention = "angular";
}
return options;
}
Expand Down
Loading

0 comments on commit 70fe001

Please sign in to comment.