-
The Conventional Commit specificiation would benefit from an explicit definition of what its own version numbers mean.
For example, let's say I convince you to add `feature` as a synomym of `feat`.…
-
https://www.conventionalcommits.org/en/v1.0.0/#summary
-
https://www.conventionalcommits.org/en/v1.0.0-beta.3/
- [ ] Add part about conventional commits to `CONTRIBUTING.md`
- [ ] Add make commend with `auto-changelog` for generate `CHANGELOG.md`
- …
Arfey updated
4 years ago
-
Parse commit summary (introduced in #5) from literal commits like:
```
docs: add section on testing in contributing guidelines
fix(cli): enable --no-colors flag to mute the output
chore(deps): …
-
It does not follow the latest [v1.0.0 conventional commits](https://www.conventionalcommits.org) types.
From the code, it supports the following types:
```
COMMIT_CODES_TO_HEADINGS_MAPPING = {
…
-
Hi there? Is it possible to support conventional commits and [emojis](https://github.com/ellerbrock/conventional-commit-types-emoji) by leveraging a configuration file. Or another convention like this…
-
👋🏻
re: https://www.conventionalcommits.org/
Currently, if I have a commit like:
```
feat(user): implement auth
```
it converts to
```
- feat: implement auth
```
I wanted to be a…
-
-
Hello, I have configured conventional-pre-commit from `.pre-commit-config.yaml file`,
```
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.6.0
hooks:
- id: conve…
-
I've had good experiences with them since we switched to using them in [`ui-components` repo](https://github.com/weaveworks/ui-components#commit-message-format). Since then, I've been seeing it being …
fbarl updated
5 years ago