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".
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".