Skip to content
#

commit

Here are 293 public repositories matching this topic...

onrige
onrige commented Nov 21, 2019

Hey. Just a question. Can we add possibility to extend from single string not just from array? So it will work like other linting libraries (eslint, stylelint, etc.).

package.json

"babel":  {
  "extends": "shared-tools"
},
"commitlint": {
  "extends": [
    "shared-tools"
  ]
},
"eslintConfig": {
  "extends": "shared-tools"
}
mark-rushakoff
mark-rushakoff commented Mar 11, 2020

It looks like conventional commits do not explicitly specify whether a description should begin with an uppercase or lowercase letter, although all the examples appear to begin with a lowercase letter.

Could the next revision recommend that the description starts with a lowercase letter? Something like:

A description SHOULD begin with a lowercase letter, except when the first word would no

dnicolson
dnicolson commented Sep 8, 2019

When creating a CHANGELOG, if the commit that increased the version number is not the most recent commit, two version headings can be created. Also, the commit that increased the version number is discarded. when creating an initial release it is probably common to update the package.json file with more than just the version number.

Version 0.1.0

  • Update remaining files

Improve this page

Add a description, image, and links to the commit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.