Skip to content

Commit

Permalink
feat: backwards compatibility for commits without keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Nov 26, 2019
1 parent aea98ac commit 90deac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.config.js
Expand Up @@ -13,9 +13,7 @@ const transformCommitType = type => {
build: "Build System",
ci: "Continuous Integration",
chore: "Chores",
default: () => {
return;
}
default: "Miscellaneous"
};
return commitTypeMapping[type] || commitTypeMapping["default"];
};
Expand Down

0 comments on commit 90deac9

Please sign in to comment.