-
I was wondering if you could add to your long backlog list of features something like this https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits it is a vscode plugin …
-
Put binary/script in .git/hooks/commit-msg
Return status 0 if commit ok, non-zero for failure.
The program receives file containing commit msg as first arg.
Investigate how to make this hook follow t…
-
By convention (heh) we use Conventional Commit formatting for our commits, but this isn't enforced. We need to add some enforcement to our CI lints.
https://www.conventionalcommits.org/en/v1.0.0/
…
cdata updated
2 months ago
-
**Describe the bug**
* The dependency `conventional-changelog-core@5.0.2` creates a CPS-style `transform` function (never returns, calls `cb(null, commit)`)
* The dependency `conventional-changelog-…
-
**Is your feature request related to a problem? Please describe.**
Currently, every contributor can write commit messages as they like. It might make sense to formalize this.
**Describe the soluti…
-
Now that [semver has a new home](#408), @groundwater and I were pondering ways to improve user experience and education around semver both for producers and consumers of semantically versioned things.…
-
**Describe the bug**
I noticed a missing commit (using just the default config) that was due to the type being capitalized.
https://www.conventionalcommits.org/en/v1.0.0/#are-the-types-in-the-co…
-
"Twitter's Recommendation Algorithm" is not really [conventional](https://www.conventionalcommits.org/).
orhun updated
7 months ago
-
Маленькая вещь, а сколько радости она приносит ^_^
> Ознакомьтесь и используйте: https://www.conventionalcommits.org/ru/v1.0.0/
-
In most conventions supported with `conventional-changelog`, there are commit types that should not trigger a version bump.
For example, when using the `angular` or `conventionalcommits` `preset`,…