Package Exports
- @gitmoji/commit-types
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gitmoji/commit-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@gitmoji/commit-types
Gitmoji styles Commit Types
Signature
type CommitTypes =
| 'feat' // Introducing new features
| 'fix' // Fixing a bug
| 'refactor' // Refactoring code (Not Introducing features or fix)
| 'docs' // add documents
| 'test' // Adding unit tests or e2e test
| 'perf' // Improving performance
| 'revert' // Reverting changes or commits
| 'style' // Updating the UI and style files
| 'build' // build artifacts
| 'ci' // working about CI build system
| 'wip' // Work in progress
| 'chore'; // Work with configuration or other stuffLicense
MIT ® Arvin Xu