diff --git a/scripts/commitizen.js b/scripts/commitizen.js index c9e3e48004..a591f1ba25 100644 --- a/scripts/commitizen.js +++ b/scripts/commitizen.js @@ -20,6 +20,7 @@ const scopes = [ { value: 'react', name: 'react: anything React specific' }, { value: 'react-native', name: 'react-native: anything React Native specific' }, { value: 'remix', name: 'remix: anything Remix specific' }, + { value: 'rspack', name: 'rspack: anything Rspack specific' }, { value: 'expo', name: 'expo: anything Expo specific' }, { value: 'release', name: 'release: anything related to nx release' }, { value: 'repo', name: 'repo: anything related to managing the repo itself' },