Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(exclude): REALLY exclude listed commit types #17

Merged
merged 1 commit into from
Jun 13, 2017
Merged

fix(exclude): REALLY exclude listed commit types #17

merged 1 commit into from
Jun 13, 2017

Conversation

tvardy
Copy link
Contributor

@tvardy tvardy commented Jun 12, 2017

None of us have noticed that the exclude option was working in exactly opposite way as it should! 😂

I've already taken 24 lashes on my back 😉

Copy link
Contributor

@robinjoseph08 robinjoseph08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'oh. Should've caught that haha. One thing and then I'll make a patch version!

test/git.test.js Outdated
@@ -90,7 +90,8 @@ describe('git', function () {

return Git.getCommits({ exclude: ['chore', 'style'] })
.then(function (commits) {
Expect(commits).to.have.length(2);
console.log(commits);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray console.log

@tvardy
Copy link
Contributor Author

tvardy commented Jun 13, 2017

oops! ;)
deleted now! ;)

Copy link
Contributor

@robinjoseph08 robinjoseph08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@robinjoseph08 robinjoseph08 merged commit e2100c8 into lob:master Jun 13, 2017
@robinjoseph08
Copy link
Contributor

Version v1.2.1 has been published!

@tvardy tvardy deleted the fix/exclude branch June 15, 2017 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants