chore(repo): add rspack commit scope

This commit is contained in:
Colum Ferry 2024-09-10 17:30:34 +01:00
parent 099608f896
commit 1b819aa628

View File

@ -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' },