Skip to content

Commit 62d40a3

Browse files
committed
Merge branch 'main' into renovate/k6-1.x
2 parents e5c48cb + 69bacf9 commit 62d40a3

File tree

141 files changed

+2939
-1472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+2939
-1472
lines changed

.commitlintrc.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
module.exports = { extends: ['@commitlint/config-conventional'] };
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
// Match the types defined in release-please-config.json
5+
'type-enum': [2, 'always', ['chore', 'docs', 'feat', 'fix', 'refactor', 'release']],
6+
},
7+
};
File renamed without changes.

0 commit comments

Comments
 (0)