Skip to content

Commit

Permalink
🐛 ignore case
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Aug 15, 2015
1 parent a655e87 commit 680d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function chdirToRepo() {
}

function getConfigs(done) {
let preset = atom.config.get('conventional-changelog.preset');
let preset = atom.config.get('conventional-changelog.preset').toLowerCase();
let append = atom.config.get('conventional-changelog.append');
let releaseCount = atom.config.get('conventional-changelog.releaseCount');

Expand Down

0 comments on commit 680d690

Please sign in to comment.