Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): sort scopes alphabetically #11950

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@ module.exports = {
scopes: [
{ name: 'angular', description: 'anything Angular specific' },
{ name: 'core', description: 'anything Nx core specific' },
{ name: 'nxdev', description: 'anything related to docs infrastructure' },
{ name: 'nextjs', description: 'anything Next specific' },
{ name: 'detox', description: 'anything Detox specific' },
{ name: 'devkit', description: 'devkit-related changes' },
{ name: 'express', description: 'anything Express specific' },
{ name: 'graph', description: 'anything graph app specific' },
{ name: 'js', description: 'anything TS->JS specific' },
{ name: 'linter', description: 'anything Linter specific' },
{ name: 'misc', description: 'misc stuff' },
{ name: 'nest', description: 'anything Nest specific' },
{ name: 'nextjs', description: 'anything Next specific' },
{ name: 'node', description: 'anything Node specific' },
{ name: 'js', description: 'anything TS->JS specific' },
{ name: 'express', description: 'anything Express specific' },
{ name: 'nx-cloud', description: 'anything NxCloud specific' },
{ name: 'nx-plugin', description: 'anything Nx Plugin specific' },
{ name: 'nxdev', description: 'anything related to docs infrastructure' },
{ name: 'react', description: 'anything React specific' },
{ name: 'react-native', description: 'anything React Native specific' },
{ name: 'detox', description: 'anything Detox specific' },
{ name: 'web', description: 'anything Web specific' },
{ name: 'linter', description: 'anything Linter specific' },
{
name: 'repo',
description: 'anything related to managing the repo itself',
},
{ name: 'storybook', description: 'anything Storybook specific' },
{ name: 'nx-cloud', description: 'anything NxCloud specific' },
{ name: 'graph', description: 'anything graph app specific' },
{
name: 'testing',
description: 'anything testing specific (e.g., jest or cypress)',
},
{
name: 'repo',
description: 'anything related to managing the repo itself',
},
{ name: 'misc', description: 'misc stuff' },
{ name: 'devkit', description: 'devkit-related changes' },
{ name: 'web', description: 'anything Web specific' },
],

allowTicketNumber: true,
Expand Down