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

Use commitlint for better commit quality. #96

Merged
merged 1 commit into from
Dec 19, 2017
Merged

Conversation

bfwg
Copy link
Owner

@bfwg bfwg commented Dec 19, 2017

As per @akkumar , it commitlint would be good to have.

Most of the popular projects ( including Angular/* ) use a commitlint style of project to format the commits better ( distinguish between fix / feat etc. ) that comes in very handy during release logs.

Closes #95

@akkumar
Copy link
Contributor

akkumar commented Dec 19, 2017

The commit looks good.

But not sure why the CI failed though.

@angular/compiler-cli@5.1.0 requires typescript@'>=2.4.2 <2.5.0' but 2.5.3 was found instead.

May be - we need to bring typescript to 2.4.2 ?

( Independent of this issue - but tracked separately in #97 though ).

@akkumar
Copy link
Contributor

akkumar commented Dec 19, 2017

Ok - seems like the forceful fail test of foo prefix is the reason. Good to go..

@bfwg
Copy link
Owner Author

bfwg commented Dec 19, 2017

Thanks for reviewing @akkumar

@bfwg bfwg merged commit 1c0af42 into develop Dec 19, 2017
@bfwg bfwg deleted the setup-commitlint branch December 19, 2017 19:12
@akkumar
Copy link
Contributor

akkumar commented Dec 20, 2017

Also added issue #98 docs to note the list of types available for commit for future reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install commitlint
2 participants