PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification git-recommended-bumpPublic A Conventional Commit spec compliant semver recommender .githubPublic metaPublic Project to allow organization members to organization their efforts. ...
conventional-commits.yml 143 workflow runs 143 workflow runs Event Status Branch Actor Deps: Bump the python-packages group across 1 directory with 7 updates Conventional Commits #245: Pull request #243 opened by dependabot bot December 9, 2024 04:21 32s December 9, 2024 04:21...
参考 https://www.conventionalcommits.org/ https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716 https://seesparkbox.com/foundry/semantic_commit_messages http://karma-runner.github.io/1.0/dev/git-commit-msg.html
Easy Commit是一款开源的桌面软件,用来提交规范的commit message。 GitHub - 0renlyhuang/EasyCommit: A desktop app for conventional commits. Easy Commit是基于Git Hooks原理实现的,支持PC、MacOS、Linux。 按照步骤选择好Git目录后,每次执行git commit -m,Easy Commit都会被拉起,在软件内就可以提交规范的git mess...
Conventional Commits是一种用于给提交信息增加人机可读含义的规范。它提供了一组用于创建清晰的提交历史的简单规则。 提交说明的结构如下: <类型>([可选的作用于]): <描述> [可选的正文] [可选的脚注] 作用 自动化生成 CHANGELOG 基于提交类型,自动决定语义化的版本变更 ...
Conventional Commits 是一种用于给提交信息增加人机可读含义的规范。约定式提交规范是一种基于消息的轻量级约定。它提供了一组用于创建清晰的提交历史的简单规则;这使得编写基于规范的自动化工具变得更容易。这个约定与 SemVer 相吻合,在提交信息中描述新特性、bug 修复和破坏性变更。
[]commitIgnoreRegexPattern:"^WIP"headlines:feat:Featuresfix:Bug Fixesperf:Performance Improvementsmerge:MergesbreakingChange:BREAKING CHANGEScommitUrl:https://github.com/qoomon/git-conventional-commits/commit/%commit%commitRangeUrl:https://github.com/qoomon/git-conventional-commits/compare/%from%...%to...
"$IMAGE_NAME:\${nextRelease.version}"docker push --all-tags "$IMAGE_NAME"`varconfig=require('semantic-release-preconfigured-conventional-commits');config.plugins.push(["@semantic-release/exec",{"publishCmd":publishCmd,}],"@semantic-release/github","@semantic-release/git",)module.exports=...
约定式提交规范Conventional Commits是一种用于给提交信息增加人机可读含义的规范,是基于提交信息的轻量级约定,提供了一组用于创建清晰的提交历史的简单规则。 它可以利用几组简单的规则来创建清晰的提交历史,这样更有利于编写自动化工具和创建更加结构化的提交历史。
Incredibly useful plugin if you value pair programming and especially if you want your commits do document your work properly 1 reply Reply 0 Paweł Charasimiuk 05.10.2020 Simple and extremely useful. Love it and using it every day. Moreover the author responds fast and is open for suggestio...