-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
remove changelog #1000
remove changelog #1000
Conversation
README.md
Outdated
``` | ||
$ npm run changelog | ||
``` | ||
- Commit bug fixes with `fix: ...` or `fix(scope): ...` prefix |
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.
Should the prefix be applied to the subject line?
README.md
Outdated
$ npm run changelog | ||
``` | ||
- Commit bug fixes with `fix: ...` or `fix(scope): ...` prefix | ||
- Commit new features with `feat: ...` or `feat(scope): ...` prefix |
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.
What would be an example of a scope
for this project?
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.
An example would be nockback
or recorder
, different modules. I also use the scope for chores like chore(gitignore): new-ingored-file
or docs like docs(README): add section xyz
@gr2m Think we could turn off coveralls comment posting? They're mostly noise and very chatty. The result that shows up in the "checks" seems sufficient! |
I heartily agree, I turn it off on all my projects. |
2cebc1c
to
7b3eaec
Compare
7b3eaec
to
1af2622
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue and add a reference to this one if it’s related. Thank you! |
I documented the commit conventions for semantic-release. Let me know if you have any questions @ierceg @paulmelnikow
semantic-release automatically creates releases on GitHub and puts in changelogs, see https://github.com/node-nock/nock/releases