mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 07:58:23 -05:00
e254188550
This is sometimes necessary because the combination of semantic-release and Renovate or Dependabot can lead to very long changelog lines.
4 lines
136 B
JavaScript
4 lines
136 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
ignores: [message => message.startsWith('chore(release):')]
|
|
};
|