-
Notifications
You must be signed in to change notification settings - Fork 8
Added Commitlint and Changelog #18
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
base: master
Are you sure you want to change the base?
Conversation
also added Commitizen for easily writing commit messages ISSUES CLOSED: sendilkumarn#10
f01b846
to
3509028
Compare
CHANGELOG.md
Outdated
|
||
## New Features | ||
|
||
* add circle ci batch ([626fa2f](https://github.com/Symphoria/webpack-addons-pwa/commit/626fa2f)) |
There was a problem hiding this comment.
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
?
@sendilkumarn @dhruvdutt Made the changes. Please review |
There was a problem hiding this 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" }, |
There was a problem hiding this comment.
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" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean grunt
.
There was a problem hiding this 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.
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it
@Symphoria did you plan to work on this ? |
@Symphoria @sendilkumarn there are few minor changes left in this PR, would be nice if this PR is resolved!! |
No description provided.