eslint / eslint-release

The ESLint release tool
Other
24 stars 11 forks source link

Update: Support conventional commits #55

Closed nzakas closed 3 years ago

nzakas commented 3 years ago

This change allows eslint-release to interpret conventional commit-style commit messages to generate the correct release information. This will allow us to transition from our own commit message style into conventional commits without disrupting our releases.

Note: Conventional commits uses "feat" to be equivalent to both "New" and "Update" for us. For simplicity, I decided to map "feat" to "New".

nzakas commented 3 years ago

Fixed linting errors.

aladdin-add commented 3 years ago

a conflict needs to be fixed.

nzakas commented 3 years ago

Conflicts resolved.