Skip to content

Commit

Permalink
feat(type): add chore type
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Oct 5, 2019
1 parent 0411de2 commit 3aaa92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ customTransform = (commit, context) => {
commit.type = `Build System`;
} else if (commit.type === `ci`) {
commit.type = `Continuous Integration`;
} else if (commit.type === `chore`) {
commit.type = `Chores`;
} else {
return;
}
Expand Down

0 comments on commit 3aaa92d

Please sign in to comment.