Skip to content

Commit

Permalink
Merge pull request #4 from umbert-cobiro/patch-1
Browse files Browse the repository at this point in the history
[#3] - Add range on git commits.
  • Loading branch information
Connor Smallman authored Aug 13, 2020
2 parents 3180ef2 + 22275a8 commit 8fa78fb
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 @@ -133,7 +133,7 @@ async function main() {

const range = config.sourceControl.defaultRange;
console.log(`Getting range ${range.from}...${range.to} commit logs`);
const commitLogs = await source.getCommitLogs('./');
const commitLogs = await source.getCommitLogs('./', range);
console.log('Found following commit logs:');
console.log(commitLogs);

Expand Down

0 comments on commit 8fa78fb

Please sign in to comment.