Skip to content

Commit

Permalink
build: use relaxed conventional commits standard
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-karlsson committed Oct 3, 2024
1 parent 2457a1f commit d1f7414
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,47 +1,3 @@
{
extends:['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'always', 'lower-case'],
'scope-enum': [
2,
'always',
[
'web',
'client-http',
'server',
'react',
'examples'
],
],
},
prompt: {
questions: {
scope: {
description:
'What is the scope of this change (e.g. component or file name)',
enum: {
web: {
description: "Change in the web provider",
title: 'OpenFeature Web Provider',
},
server: {
description: "Change in the server provider",
title: 'OpenFeature Server Provider',
},
['client-http']: {
description: "Change in the confidence HTTP Client",
title: 'Confidence HTTP client',
},
react: {
description: "Change in the React integration",
title: 'Integration React',
},
examples: {
description: "Change to an example app",
title: 'Example',
}
}
},
},
},
extends:['@commitlint/config-conventional']
}

0 comments on commit d1f7414

Please sign in to comment.