-
I've followed the steps using crazy-max/ghaction-import-gpg as the documentation recommended.
However I'm having no luck getting the commitizen-action to sign the commits/tags etc.
```yml
name:…
-
Hi. Have been using this tool and while its awesome, only issue is that I have to end up writing all the commit messages in a single line.
Is it possible to allow \n or support opening up an editor…
-
### Description
When running `cz bump`, committizen will include all current uncommitted changes (even if not staged) in the bump commit.
This can lead to unexpected changes suddenly being in a new …
-
### Is your feature request related to a problem? Please describe
I prefer python's implementation of commitizen, as it seems easier to understand and less language-specific.
It allows to be…
-
Hey, first of all awesome tool
I want to know if there is something about conventional commits (or any other preset like angular) into the tool, would be awesome for workflows that use extensively …
-
Installed in the normal way, as I have done previously. Now getting this error for some reason?:
```
error: pathspec 'commit' did not match any file(s) known to git
git exited with error code 1
``…
-
Currently, this checking behavior does not work when `--dry-run` is passed. The reason is that reading version in version and writing version to file is implemented in the same function (i.e. `commiti…
Lee-W updated
3 months ago
-
## Problem
We currently use semantic versioning but rely on developers to manually update versionings and change logs. This creates lots of room for error.
## Solution
Enforce proper semantic ver…
-
## Scenario
- A repository holding a python project, with the following structure:
```
repo-root/
├── .cz.toml
├── .gitignore
├── src
│ ├── pypackage
│ │ ├── __init__.py
│ │ └──…
-
When running standard-version - via `npm run release` or directly - it hangs on comitting the changes it does. This seems to be because it calls `git commit`, which in turn calls `git cz` (commitizen)…