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

Added Commitlint and Changelog #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Symphoria
Copy link
Contributor

No description provided.

also added Commitizen for easily writing commit messages

ISSUES CLOSED: sendilkumarn#10
@Symphoria Symphoria changed the title Enhance/commitlint Added Commitlint and Changelog Mar 10, 2018
CHANGELOG.md Outdated

## New Features

* add circle ci batch ([626fa2f](https://github.com/Symphoria/webpack-addons-pwa/commit/626fa2f))
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change the repo to point upstream sendilkumarn/webpack-addons-pw?

@Symphoria
Copy link
Contributor Author

@sendilkumarn @dhruvdutt Made the changes. Please review

Copy link
Contributor

@dhruvdutt dhruvdutt left a comment

Choose a reason for hiding this comment

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

LGTM except for some minor changes. 👍

.cz-config.js Outdated
scopes: [],
types: [
{ value: "feat", name: "feat: A new feature" },
{ value: "tests", name: "tests: Tests, jest, binTestCases, etc" },
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't use jest. Also, you can clear binTestCases.

.cz-config.js Outdated
{ value: "tests", name: "tests: Tests, jest, binTestCases, etc" },
{ value: "docs", name: "docs: Documentation" },
{ value: "misc", name: "misc: Other formats like tweaks and such" },
{ value: "chore", name: "chore: Updating docs, linting, grunt tasks etc" },
Copy link
Contributor

Choose a reason for hiding this comment

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

Clean grunt.

Copy link
Contributor

@dhruvdutt dhruvdutt left a comment

Choose a reason for hiding this comment

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

LGTM 💯 @Symphoria Going good.

Copy link
Owner

@sendilkumarn sendilkumarn left a comment

Choose a reason for hiding this comment

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

LGTM, few minor changes

@@ -0,0 +1 @@
build
Copy link
Owner

Choose a reason for hiding this comment

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

add one more blank line here

Copy link
Contributor Author

@Symphoria Symphoria Mar 11, 2018

Choose a reason for hiding this comment

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

Got it

@@ -0,0 +1,86 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-03-10)
Copy link
Owner

Choose a reason for hiding this comment

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

why it is shown as 1.0.0 ?

Copy link
Contributor Author

@Symphoria Symphoria Mar 11, 2018

Choose a reason for hiding this comment

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

Actually, 1.0.0 is the version specified in package.json. Do I increase the version in package.json? @sendilkumarn

process.stderr.write(`
> Be sure to have the latest git tags locally:
git fetch --tags

Copy link
Owner

Choose a reason for hiding this comment

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

remove this extra line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it

@sendilkumarn
Copy link
Owner

@Symphoria did you plan to work on this ?

@rishabh3112
Copy link
Contributor

@Symphoria @sendilkumarn there are few minor changes left in this PR, would be nice if this PR is resolved!!

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.

None yet

4 participants