We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.cz.js
cz.config.js
Add scope filter options
Add typesDefault options
Support read promise Func options
💡 Inspiration by :commitizen/cz-cli#460 | commitizen/cz-cli#888 | commitizen/cz-cli#773
💡 Inspiration by :Tencent/tdesign-vue-next#847
.DS_Store
💡 Inspiration by :vuepress-next
docs
💡 Inspiration by :
https://github.com/element-plus/element-plus/blob/1a19b43b19af5be0fb3828b2cb320d19097762eb/commitlint.config.js#L5-L13
@pnpm/find-workspace-packages
The text was updated successfully, but these errors were encountered:
feat(plugin-loader): add more configure file to enhance js define
54bd3ab
can see more detail https://cz-git.qbenben.com/guide/configuration.html link #30
feat(plugin-loader): support function option and can custom define co…
4db5914
…nfig path link #30
Tested, using @pnpm/find-workspace-packages takes close to 300ms. It is not recommended to use this package for query
Sorry, something went wrong.
feat(cz-git): add scopeFilters options to filter scopes item
86e95a7
e.g [".DS_Store"] link #30
feat(cz-git): add defaultType options
51f79c8
it will pin type item the top of the types list (if match item value) link #30
test(plugin-loader): add config loader testcase
6f0e344
link #30
Zhengqbbb
No branches or pull requests
💭 Describe the feature
.cz.js
cz.config.js
Add scope filter options
Add typesDefault options
Support read promise Func options
💡 Proposed Solution
Add more js configuire file
💡 Inspiration by :commitizen/cz-cli#460 | commitizen/cz-cli#888 | commitizen/cz-cli#773
Add scope filter options
💡 Inspiration by :Tencent/tdesign-vue-next#847
.DS_Store
Add typesDefault options
💡 Inspiration by :vuepress-next
docs
in the git status, then it should be able to topSupport read promise Func options
💡 Inspiration by :
https://github.com/element-plus/element-plus/blob/1a19b43b19af5be0fb3828b2cb320d19097762eb/commitlint.config.js#L5-L13
@pnpm/find-workspace-packages
can get monorepo items infoThe text was updated successfully, but these errors were encountered: