#Convention Commit message template: Type (package-name): A short sentence about the commit. Closes #XXX. Type (another-package-name): If the change affects more than one package, it is possible to put multiple entries at once. Closes #YYY. Optional description. MAJOR BREAKING CHANGE (packag...
Tokyo Convention on Offences and Certain Other Acts Committed on Board Aircraft (1963) UN-2 Commitment A.2: mobilize increased domestic and external public resources for infrastructure development and help mobilize private sector participation in infrastructure UN-2 Feathers committed suicide last ...
This is adapted from Angular's commit convention. Pull Request fork 代码 创建自己的分支: git checkout -b feat/xxxx 提交你的修改: git commit -am 'feat(type): add xxxxx' 推送您的分支: git push origin feat/xxxx 提交pull request 首次提交需同意 贡献者许可协议, 我们才能合并的了代码 常用提交...
Renovate looks at the last 10 commit messages in the base branch to decide if the repository uses semantic commits. If there are Semantic Commits, Renovate uses theconventional-commits-detectorto decide what convention the commit messages follow. ...
chalk.red(` See .github/COMMIT_CONVENTION.md for more details.\n`) + chalk.red(` You can also use ${chalk.cyan(`npm run commit`)} to interactively generate a commit message.\n`) ) process.exit(1) } 利用process.env.GIT_PARAMS 找到目录,读取msg 说明,进行检查。
When you look at the commit history of the AngularJS project on GitHub, you quickly realize how a meaningful and consistent convention for git commit messages can make it much easier to maintain a large project with many contributors.
Default Config & Types Package exportdefaultConfigwhich can be configured and deep merge your config! import{defaultConfig}from"commitsmile";exportdefaultdefaultConfig({/* There config for defaultConfig */}).deepMerge({/* There your config which will be merged with default config*/}); ...
-id:trailing-whitespacename:Trim Trailing Whitespacedescription:This hook trims trailing whitespace.entry:trailing-whitespace-fixerlanguage:pythontypes:[text] Developing hooks interactively Since therepoproperty of.pre-commit-config.yamlcan refer to anything thatgit clone ...understands, it's often useful...
🔍 Detect what commit message convention your repository is using. conventionscommit-conventionscommit-message UpdatedDec 2, 2024 JavaScript jafari-dev/better-git-commits Star80 This is everything you need to know about having better commit messages ...
commitTypes filter commits by type a subset of convention.commitTypes plus merge commits if not set or empty commit type filter is disabled e.g. ["feat", "fix", "merge"] commitScopes filter commits by scopes a subset of convention.commitScopes if not set or empty commit scope filte...