Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Commitizen Tools

Automate releases
Collective - Host: opensource - https://opencollective.com/commitizen-tools - Website: https://commitizen-tools.github.io/commitizen/ - Code: https://github.com/commitizen-tools/commitizen

refactor(changelog): fixes logic issue made evident by latest fix(git) commit

get_commits was calling git "git log None..None" in the event that a tag range is invalid. Raise...

github.com/commitizen-tools/commitizen - b4dbd84ca004ad970630e65712ed97bc23bf3622 authored about 2 years ago by bhelgs <[email protected]>
fix(git): Improves error checking in get_tags

`git tag` is has return code of zero whether or not tags exist so we should always expect the co...

github.com/commitizen-tools/commitizen - 991e8297bc2a58b38063a781a211172769e24741 authored about 2 years ago by bhelgs <[email protected]>
test(changelog): fixes logic issue made evident by latest fix(git) commit

Exception is raised by git error: "fatal: your current branch 'master' does not have any commits...

github.com/commitizen-tools/commitizen - 5318325e9e42ca4c1d298d69494545724664ddbe authored about 2 years ago by bhelgs <[email protected]>
test(bump): fixes logic issue made evident by the latest fix(git) commit

git was failing "fatal: ambiguous argument 'HEAD': unknown revision or path not in the working t...

github.com/commitizen-tools/commitizen - 9b243a3d3bcbc9e3a9391c27ac753d284cf9d00a authored about 2 years ago by bhelgs <[email protected]>
fix(git): improves git error checking in get_commits

older version of git did not have the --author-date-order argument so it is best to report that ...

github.com/commitizen-tools/commitizen - d36c0c2ed0095c75cbb3a5349a0adf58a88df621 authored about 2 years ago by bhelgs <[email protected]>
bump: version 2.30.0 → 2.31.0

github.com/commitizen-tools/commitizen - d33f5fcd63c32ce84a78c100b8f73c633fc0513b authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(changelog): use defaults.change_type_order in conventional commit

github.com/commitizen-tools/commitizen - 00930e681f8b20a13d124e9257bd8469c20ac2f5 authored about 2 years ago by Wei Lee <[email protected]>
docs(customization): update default change_type_order

github.com/commitizen-tools/commitizen - adcdce5c77a859c529ac8843ac98e46503461bda authored about 2 years ago by Jeffrey James <[email protected]>
test(changelog): refactor test cases through file regression

github.com/commitizen-tools/commitizen - be115cd3ff0914e9ac5afcafe371132a8fd50819 authored about 2 years ago by Wei Lee <[email protected]>
fix: capitalize types in default change_type_order

github.com/commitizen-tools/commitizen - d20aa85a7e2d3bbfd982f752631ea93145390136 authored about 2 years ago by Jeffrey James <[email protected]>
fix(pyproject.toml): remove test added configurations

github.com/commitizen-tools/commitizen - 26c25ef20c7eb7b97bfe4f9c7c03cc5785710600 authored about 2 years ago by Wei Lee <[email protected]>
test(changelog): add test case for customized change_type_order

github.com/commitizen-tools/commitizen - 0a52cf9e1ae93679607dc9948126b26f01a8574f authored about 2 years ago by Wei Lee <[email protected]>
test: remove test generated file

github.com/commitizen-tools/commitizen - 6be5c419973c115cea0bdfcd8c337b7dee3661b7 authored about 2 years ago by Wei Lee <[email protected]>
bump: version 2.29.6 → 2.30.0

github.com/commitizen-tools/commitizen - f8666a037c9d77b2d552e3066005c40643239580 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: Determine newline to write with Git

Determine the newline character to write with `git config core.eof`.

Close #492

github.com/commitizen-tools/commitizen - 644675b623d9713b4a8409c202b64c65e7f981bf authored about 2 years ago by pan93412 <[email protected]>
bump: version 2.29.5 → 2.29.6

github.com/commitizen-tools/commitizen - 9172745aec61f2b3dfd5883a35263c12234fd367 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #552 from jenstroeger/issue-544

fix(cmd): improve character encoding detection for sub-commands

github.com/commitizen-tools/commitizen - c4d86bd399c98a7e298052c1f423afb4d216a5af authored about 2 years ago by Santiago <[email protected]>
fix(cmd): improve character encoding detection for sub-commands

github.com/commitizen-tools/commitizen - 48a82a803f61c90d8019b016a098af4a9455ad8c authored about 2 years ago by Jens Troeger <[email protected]>
Merge pull request #553 from jenstroeger/update-classifiers

chore: improve package classifiers

github.com/commitizen-tools/commitizen - 3123fec3d8cdf0fb6bdbe759e466f63ac73f95b3 authored about 2 years ago by Santiago <[email protected]>
chore: improve package classifiers

github.com/commitizen-tools/commitizen - 764861fabbf76e7ff1ef1ab6510acce1078026ba authored about 2 years ago by Jens Troeger <[email protected]>
test(commands): stores gpg keyring in a temporary directory

GNUPGHOME must be less than 104 characters in order for the gpg-agent to run.

github.com/commitizen-tools/commitizen - 084f60b3dddd2db1d724c991d90b0c2ecd99dbde authored about 2 years ago by bhelgs <[email protected]>
bump: version 2.29.4 → 2.29.5

github.com/commitizen-tools/commitizen - 2c8d5b6049cfe31f06d772a8f98fe30de6595c66 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #543 from commitizen-tools/542

use error_code to do "is_signed_tag" check to avoid language issue

github.com/commitizen-tools/commitizen - 78f3472675185a79beb44a3df2044f1dded58573 authored about 2 years ago by Santiago <[email protected]>
fix(git): use "git tag -v" return_code to check whether a tag is signed

github.com/commitizen-tools/commitizen - ae5a98ef76f512414aa76fc23a3b650acf71df87 authored about 2 years ago by Wei Lee <[email protected]>
bump: version 2.29.3 → 2.29.4

github.com/commitizen-tools/commitizen - 05ab7ad0ff51c915145a843208ca7e15f6ee16a3 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #550 from gpongelli/use_charset_normalizer

refactor(tool): use charset_normalizer instead of chardet

github.com/commitizen-tools/commitizen - 19ffb49acdf0978d531593350debae9bb76e8a96 authored about 2 years ago by Santiago <[email protected]>
refactor(tool): use charset_normalizer instead of chardet

github.com/commitizen-tools/commitizen - 37505ef20b2f737ae178c8272a2dab133f7c298e authored about 2 years ago by gpongelli <[email protected]>
bump: version 2.29.2 → 2.29.3

github.com/commitizen-tools/commitizen - 2ff9f155435b487057ce5bd8e32e1ab02fd57c94 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #541 from bhelgs/changelog_code_coverage_improvements

refactor(changelog): removes unused code

github.com/commitizen-tools/commitizen - d36abf5e93a63fe3707acf5987e03e9d5558dce1 authored about 2 years ago by Santiago <[email protected]>
refactor(changelog): removes unused code. duplicates are found in changelog_parser

github.com/commitizen-tools/commitizen - ed636badc849c4893a00a8eb2b108081c1536372 authored about 2 years ago by bhelgs <[email protected]>
bump: version 2.29.1 → 2.29.2

github.com/commitizen-tools/commitizen - 362ec36341c6c0438c597ead4e8bd0ebeb1dd6b2 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #539 from bavedarnow/changelog-stdout-dry-run

fix(bump): send changelog to stdout when `dry-run` is paired with `changelog-to-stdout`

github.com/commitizen-tools/commitizen - a28ba8b7c94af30c3ff5c1d9d49f94916bf71e6a authored about 2 years ago by Santiago <[email protected]>
fix(bump): send changelog to stdout when `dry-run` is paired with `changelog-to-stdout`

Closes #538

github.com/commitizen-tools/commitizen - 53c66f642d630dacb44fbeefd73e5d33f59d095f authored about 2 years ago by Dave Barnow <[email protected]>
bump: version 2.29.0 → 2.29.1

github.com/commitizen-tools/commitizen - dee73f09d41ebda9f27dffb363e414f6f9cf8bc2 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
refactor(Check): remove the extra preprocessing of commit message file

github.com/commitizen-tools/commitizen - 6493fe2fa10433242110e4f654180a2115b148ce authored about 2 years ago by bogay <[email protected]>
fix(ConventionalCommitsCz): cz's schema validates the whole commit message now

github.com/commitizen-tools/commitizen - c2476700bc9bf4cf2f2462dd956a962be14b373c authored about 2 years ago by bogay <[email protected]>
test(test_check_command): add multi-line no conventional commit testdata

The original cz schema of check the first line.

github.com/commitizen-tools/commitizen - fc4ebc80ba0ec7019ba1730aa4203d601426c0b0 authored about 2 years ago by bogay <[email protected]>
test(test_check_command): add blank line after subject for `COMMIT_LOG`

According to the spec of conventional commits, the body must begin with a blank line after the d...

github.com/commitizen-tools/commitizen - a2137ac731112d689e07f5fbac3186065f009422 authored about 2 years ago by bogay <[email protected]>
fix(Check): process empty commit message

`elif self.commit_msg` will be skipped if the commit message is empty string, but this should be...

github.com/commitizen-tools/commitizen - 1f0177c8274ab119a151989123f0d0a4596c0053 authored about 2 years ago by bogay <[email protected]>
bump: version 2.28.1 → 2.29.0

github.com/commitizen-tools/commitizen - 2be6c41f33fe28e9e784c87fec23bb9f6246a3f9 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: use chardet to get correct encoding

github.com/commitizen-tools/commitizen - 5d1844ab08e767df90fab19afb245415a5fa5f53 authored about 2 years ago by gpongelli <[email protected]>
temp key expires in 1 day

github.com/commitizen-tools/commitizen - e545b0d54140ae2e0509c1945fed58c0c8282add authored about 2 years ago by gpongelli <[email protected]>
install stubs for chardet

github.com/commitizen-tools/commitizen - 06c6d85c9473d60c158d75b6eac47d4b12b4b6c9 authored about 2 years ago by gpongelli <[email protected]>
pinentry already present, check key creation

github.com/commitizen-tools/commitizen - c676c983d59a240d124adeefc6c28d162b9dd6db authored about 2 years ago by gpongelli <[email protected]>
avoid DecodeError on non-english execution

github.com/commitizen-tools/commitizen - 12987f493b0def7a5530dab5f2247d1f96e48feb authored about 2 years ago by gpongelli <[email protected]>
types-chardet installed into pyproject

github.com/commitizen-tools/commitizen - f61e90ebe9ba78c7bec311fb8ee8e41e476c2d6e authored about 2 years ago by gpongelli <[email protected]>
docs: added new argument to docs

github.com/commitizen-tools/commitizen - e18b89c4c6f8937932b8367f3de6387c8eabf19b authored about 2 years ago by gpongelli <[email protected]>
align all to gpg_sign

github.com/commitizen-tools/commitizen - 29f8f860f322c3d2d614a47426190ed7a4df4abf authored about 2 years ago by gpongelli <[email protected]>
Revert part of "align naming convention to git standard"

This reverts commit 9d72ea92715ac6ec956c46cf84c69c48932a2bdf.

github.com/commitizen-tools/commitizen - d309a02245033814295836d85c6a0d40246c02fb authored about 2 years ago by gpongelli <[email protected]>
align naming convention to git standard

github.com/commitizen-tools/commitizen - 2d65bfa2dcf84efc3cbd0f5ee63f07a459959b3f authored about 2 years ago by gpongelli <[email protected]>
remove debug parts

github.com/commitizen-tools/commitizen - 9cb0cb8cdb133da0599bb925bb8083f208319db0 authored about 2 years ago by gpongelli <[email protected]>
use RSA, on macos default fallback to elliptic curve

github.com/commitizen-tools/commitizen - 08bf3ae91e3007419902e122f73ace2163b3c765 authored about 2 years ago by gpongelli <[email protected]>
Darwin not working, trying macOs

github.com/commitizen-tools/commitizen - cfa78be59ae7131ba85a8a20965317fad24b74ba authored about 2 years ago by gpongelli <[email protected]>
install pinentry on macos

github.com/commitizen-tools/commitizen - 478b900376ca5ae6208f0a198d473e54504cced3 authored about 2 years ago by gpongelli <[email protected]>
check if key is created

github.com/commitizen-tools/commitizen - b04533f152514b93087ade18d24aed8eb11b326f authored about 2 years ago by gpongelli <[email protected]>
more macos debug to be removed once solved

github.com/commitizen-tools/commitizen - 6b8d38334955b16d04d61308df05efc0dc754aa5 authored about 2 years ago by gpongelli <[email protected]>
use same mail and name as signer info to fix macos

github.com/commitizen-tools/commitizen - 95555bea53e5f516480dc00536fee29dc2b14faa authored about 2 years ago by gpongelli <[email protected]>
debug for macos github actions, to be reverted

github.com/commitizen-tools/commitizen - bed207b53a8d4837e43449786473cf34e2c773f3 authored about 2 years ago by gpongelli <[email protected]>
reformatted file

github.com/commitizen-tools/commitizen - 8d55a89b0c14a8aba3cce898191ff27dc9a5b798 authored about 2 years ago by gpongelli <[email protected]>
setup a gpg key with no passphrase

github.com/commitizen-tools/commitizen - e4c210ada6f029ab67eb30a5e28b9b67d78e44e0 authored about 2 years ago by gpongelli <[email protected]>
pass black, isort, flake8 checks

github.com/commitizen-tools/commitizen - cfe9c829d1d25a5b482f00e1917f6143a2983c93 authored about 2 years ago by gpongelli <[email protected]>
fix(test): set git to work with gpg

github.com/commitizen-tools/commitizen - 3acd8ce848ba239d4ebb6dea2ee64fb317797110 authored about 2 years ago by gpongelli <[email protected]>
test: tests for signed tag and assert for annotated tags

github.com/commitizen-tools/commitizen - 049a19488418042d72561a8f27305193b07150a1 authored about 2 years ago by gpongelli <[email protected]>
fix: avoid that pytest overrides existing gpg config

github.com/commitizen-tools/commitizen - 11e61638563bc3cef977ecf9e7494ebadf0f1018 authored about 2 years ago by gpongelli <[email protected]>
fix in case commitizen returns None

github.com/commitizen-tools/commitizen - 22c9dd81736e97e19d7088a452547a0aab843816 authored about 2 years ago by gpongelli <[email protected]>
feat(bump): add signed tag support for bump command

github.com/commitizen-tools/commitizen - 67d99f7ac9d2fda648b9529862183506dab06a9d authored about 2 years ago by gpongelli <[email protected]>
bump: version 2.28.0 → 2.28.1

github.com/commitizen-tools/commitizen - 95e06fbb8eecfac650bae6773a2f25b023f3f1f5 authored about 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #536 from commitizen-tools/fix/duplicate-changelog-entries

github.com/commitizen-tools/commitizen - 9754d68db3db831bd5b14ddf131e7ddfe5069812 authored about 2 years ago by Santiago <[email protected]>
fix(changelog): skip non-compliant commit subjects when building changelog

This should fix duplicate entries in the changelog

Closes #510

github.com/commitizen-tools/commitizen - 030736087a476aca4c517b3fcedaa5c5ddd4285b authored over 2 years ago by Santiago Fraire <[email protected]>
bump: version 2.27.1 → 2.28.0

github.com/commitizen-tools/commitizen - 234765d2a580b026217700315194912c8798d059 authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #534 from edgarrmondragon/case-insensitive-increment

github.com/commitizen-tools/commitizen - 5e180f7b920d81470ef53ef88486c69ef8d8c54b authored over 2 years ago by Santiago <[email protected]>
feat(bump): make increment option case insensitive

Use str.upper to pre-process the input of --increment

github.com/commitizen-tools/commitizen - a11f20317074773faac1ff4f250088505bc8c29d authored over 2 years ago by Edgar Ramírez Mondragón <[email protected]>
bump: version 2.27.0 → 2.27.1

github.com/commitizen-tools/commitizen - afa0d93544405bb0a871b5072e0a814720d933be authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(pre-commit): Use new --allow-abort option

Prevent pre-commit hook from complaining when a commit is aborted by
default, but allow users to...

github.com/commitizen-tools/commitizen - d55acad3b6a79a637ad263ac7bea1e797f8d11b6 authored over 2 years ago by Kurt von Laven <[email protected]>
fix(pre-commit): Confine hook to commit-msg stage

The Commitizen pre-commit hook runs cz check, which only makes sense to
do on a commit message, ...

github.com/commitizen-tools/commitizen - ab3f43d5a68795993e02dc4fe7764e3410bfec80 authored over 2 years ago by Kurt von Laven <[email protected]>
fix(pre-commit): Set min pre-commit to v1.4.3

pre-commit 1.4.3, released 2018-01-02, is the minimum pre-commit version
at which language_versi...

github.com/commitizen-tools/commitizen - b787e643865280ec8af63ecdec7b1c106dbef81d authored over 2 years ago by Kurt von Laven <[email protected]>
fix(pre-commit): Don't require serial execution

require_serial is not pertinent to commit-msg hooks or hooks that
themselves execute serially. T...

github.com/commitizen-tools/commitizen - 2a9d17fd3d4d626d5c4c9a0df6f881b50e061720 authored over 2 years ago by Kurt von Laven <[email protected]>
bump: version 2.26.0 → 2.27.0

github.com/commitizen-tools/commitizen - 79165119817cbd0aef25434a85dcbffa3a13acbb authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
test: assert that a failing commit condition will fail always, both with or without --retry

github.com/commitizen-tools/commitizen - 44f5b3e1fcab8ac9b8b64936e3a11f9f5da14546 authored over 2 years ago by Jairo Llopis <[email protected]>
docs: document --retry

Includes an update to the `cz bump --help` output.

github.com/commitizen-tools/commitizen - ed2154155a6ff3dda680d274d4ea6bad53e583f7 authored over 2 years ago by Jairo Llopis <[email protected]>
feat(bump): let it respect pre-commit reformats when bumping

Fix https://github.com/commitizen-tools/commitizen/issues/502.

Just add `--retry` to `cz bump` ...

github.com/commitizen-tools/commitizen - 12b56ad6375bb116e6554b8771b27c7adbbc237f authored over 2 years ago by Jairo Llopis <[email protected]>
bump: version 2.25.0 → 2.26.0

github.com/commitizen-tools/commitizen - 85d9939965befeb572403f32ebb27fd391ed783f authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
style(commitizen/cz/__init__.py): Mark vars unused

Explicitly mark some loop variables unused as recommended by
flake8-bugbear.

github.com/commitizen-tools/commitizen - 48e29e58b19cd967b48035f3769de37c7ef8f66b authored over 2 years ago by Kurt von Laven <[email protected]>
feat(check): Add --allow-abort option

Empty commit messages indicate to Git that the commit should be aborted.
Displaying an error mes...

github.com/commitizen-tools/commitizen - e0f9fe55678af9fbf028e5a58a8d3454e28c91d8 authored over 2 years ago by Kurt von Laven <[email protected]>
style(test_check_command): Correct "argments" typo

github.com/commitizen-tools/commitizen - b62ecfa9799b8345e8044b187ae21a1eaf9bf2eb authored over 2 years ago by Kurt von Laven <[email protected]>
bump: version 2.24.0 → 2.25.0

github.com/commitizen-tools/commitizen - 713ce195afbfd449eb67c2fcd792b68e0b6048b4 authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #511 from Kurt-von-Laven/changelog

Ensure At Least One Blank Line Between Old and New Changelog Content

github.com/commitizen-tools/commitizen - dd4364e36777ec850133ca6e7ce23990cd57a381 authored over 2 years ago by Santiago <[email protected]>
feat(changelog): Improve whitespace in changelog

Ensure there is at least one blank line separating old and new content.
We already separate the ...

github.com/commitizen-tools/commitizen - 7b69599ce72807a0535e52413bd4d5a7abf71b55 authored over 2 years ago by Kurt von Laven <[email protected]>
refactor(changelog): Simplify incremental_build

- Specify what output_lines and lines are lists of, namely strings.
- Remove unnecessary test of...

github.com/commitizen-tools/commitizen - f8c617eaa8418be61ec10928a70c26e63ff31c8f authored over 2 years ago by Kurt von Laven <[email protected]>
docs(changelog): Clarify incremental_build comment

The original explanation has some minor grammatical errors.

github.com/commitizen-tools/commitizen - 186de51919a4bdff44e6c069b16d38806fc57006 authored over 2 years ago by Kurt von Laven <[email protected]>
docs(pull_request_template): Correct typos

Replace "script" with the current name of the directory, "scripts."

github.com/commitizen-tools/commitizen - df12f528b390f5e2097dda4005cbeaf6b3fe33eb authored over 2 years ago by Kurt von Laven <[email protected]>
ci(pre-commit): Correct end-of-file-fixer exclude

The existing regex had numerous bugs and boiled down to a very complex
way of matching any file ...

github.com/commitizen-tools/commitizen - a9e5a4cbc321b6f40885b887b175690072448b3b authored over 2 years ago by Kurt von Laven <[email protected]>
ci(pre-commit): Upgrade commitizen hook

Upgrade self-test hook from v1.23.0 to v2.24.0. The former version
crashes with the following er...

github.com/commitizen-tools/commitizen - 34436a6f76446ad04afefb090748159938271605 authored over 2 years ago by Kurt von Laven <[email protected]>
Merge pull request #506 from sadikkuzu/patch-1

github.com/commitizen-tools/commitizen - 354f9ea687b1aee0e69ad2976dc23b1d6121ae3b authored over 2 years ago by Santiago <[email protected]>
docs(docs/config.md): Fix typo in cz.yaml section

From `proyects` to `projects`.

github.com/commitizen-tools/commitizen - 8dcf97f7f4dd2e7e02e2bc65dfbdcb08ac0705ce authored over 2 years ago by SADIK KUZU <[email protected]>
bump: version 2.23.0 → 2.24.0

github.com/commitizen-tools/commitizen - 66c63209fe811cc59c5caadceffe7a88280de043 authored over 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #489 from commitizen-tools/feat/485-no-raise

github.com/commitizen-tools/commitizen - 157094736f49af20df339d104833005ac0ab96b8 authored over 2 years ago by Santiago <[email protected]>
test: correct error code for NO_INCREMENT and docstring

github.com/commitizen-tools/commitizen - 8c2a6f4a6dc630a2a62d4aa7fafa76e1dd316e22 authored over 2 years ago by Santiago Fraire <[email protected]>