commitizen-action
commitizen-action copied to clipboard
Commitizen github action to bump and create changelog
Hi. As described in the cli `cz bump MANUAL_VERSION`, is it possible to specify the `MANUAL_VERSION` in the Github Action? If not, can the option be added? Thank you!
I have a GitHub Workflow Action setup to use `commitizen-tools/commitizen-action@latest` Although, I am getting an error: ``` error: cannot pull with rebase: You have unstaged changes. error: Please commit or...
Hi all, Question here: I am interested in using this [pre-bump-hooks](https://commitizen-tools.github.io/commitizen/bump/#pre_bump_hooks) built-in commitizen feature to update my repository documentation before create the tag and push the commit, like it is...
So we can run this action in a different subdirectory in case of larger/mono repositories: ```yaml - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} working-directory:...
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: Bump Version on: push: branches:...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
[release-please-action's documentation](https://github.com/google-github-actions/release-please-action#creating-majorminor-tags) describes how one can hand-roll an approach to automatically keeping `vX` and `vX.Y` (or simply `X` and `X.Y` in keeping with Commitizen's existing style) tags up to date...
Hi, thanks for this action! I think there is a problem when the PAT used in the token belongs to one user and the actual commit actor are different which...
## Scenario - A repository holding a python project, with the following structure: ``` repo-root/ ├── .cz.toml ├── .gitignore ├── src │ ├── pypackage │ │ ├── __init__.py │ │ ...
The action writes the output to the changelog increment file if the `changelog_increment_filename` input is applied. However, the final file includes the output from Git, e.g. (taken from the latest...