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
github.com/commitizen-tools/commitizen - 45f358ed221175bc6686dc4cf387de14e1131180 authored about 2 years ago
github.com/commitizen-tools/commitizen - 788584b7d2181a4e037712170372d5f35eeb1cf0 authored about 2 years ago
github.com/commitizen-tools/commitizen - 767dbfee6ab782e3ce88006461037ac4a88d1b24 authored about 2 years ago
instead of returning a `False` value.
github.com/commitizen-tools/commitizen - 935be91ff3e15e9dbc3c847935fcde3b70557d17 authored about 2 years ago
there should be a space between `--hook-type` options in generated
`pre-commit` command string.
See more: https://pytest-mock.readthedocs.io/en/latest/remarks.html#type-annotations
github.com/commitizen-tools/commitizen - ffd09897a3e1646588ed798194e8a4eed483bdf7 authored about 2 years agoSee more: https://commitizen-tools.github.io/commitizen/#integrating-with-pre-commit
github.com/commitizen-tools/commitizen - 2da0f39252d5e1c8a5d2f67558bb7d149b4d7d42 authored about 2 years agogithub.com/commitizen-tools/commitizen - 3bb6cbda525cc13598aab8a1e27f2b17fc411243 authored about 2 years ago
github.com/commitizen-tools/commitizen - 947cc680a1e3b79eef27c9f6e20cf11755d6c9aa authored about 2 years ago
github.com/commitizen-tools/commitizen - 3c7d67d39ad19fbcc3a2c66bc89708fe27347b6d authored about 2 years ago
github.com/commitizen-tools/commitizen - 0359d4b2e7311bfbb67f48060ded871e4392ef3c authored about 2 years ago
tox > 4.0.0 needs packaging 22.0
github.com/commitizen-tools/commitizen - c9da96270d7802c315c8fd7255932130034375a3 authored about 2 years agohttps://github.com/commitizen-tools/commitizen/pull/629#discussion_r1038747808
github.com/commitizen-tools/commitizen - a4b8a860c29933c037a9917ed99798f3324844dd authored about 2 years agogithub.com/commitizen-tools/commitizen - 838878e60741b541bf61f33c8b4f95210f21a534 authored about 2 years ago
fix(changelog): allow rev range lookups without a tag format
github.com/commitizen-tools/commitizen - 0801ee2524e485ca68a554dfc86a298ba4973191 authored about 2 years ago
The current default setting for `tag_format` is `None`. This is not a
problem for the `bump` com...
github.com/commitizen-tools/commitizen - c07c147211132221b5a02cf039effbc71f280da9 authored about 2 years ago
docs(config.md): list settings first and add missing param
github.com/commitizen-tools/commitizen - 33d401fa0e377b1175b991d32ad7138399a385d2 authored about 2 years agogithub.com/commitizen-tools/commitizen - 4a935839feafa303db77fc857f79700edb06fcb2 authored about 2 years ago
test: fix test case changes due to tomlkit upgrade
github.com/commitizen-tools/commitizen - dc10df0cdfdb974c0171eecfa1ff13871ec2c4a0 authored about 2 years agogithub.com/commitizen-tools/commitizen - db42a956a615c825c6f7fff483501aa06354c344 authored about 2 years ago
github.com/commitizen-tools/commitizen - 0aa9362f3867b25849cf36e25a4cd51e7407ce90 authored about 2 years ago
Since Poetry 1.2.0 dependency groups are introduced, and `--dev` becomes deprecated, and instead...
github.com/commitizen-tools/commitizen - 5c335f5abd194f74b2a6bbb1ae37b5730ccc7156 authored about 2 years agogithub.com/commitizen-tools/commitizen - 6b8ac42814f94b4c5cdb50e2d202310bde6b04e7 authored about 2 years ago
github.com/commitizen-tools/commitizen - 04ac8deea8bc06610bfbc409495f61579669353c authored about 2 years ago
github.com/commitizen-tools/commitizen - 53a1d176de140d07238e8c291cd84a0d9e6e4cd2 authored about 2 years ago
github.com/commitizen-tools/commitizen - cb798dc6400fba04df8c6c1d1b3ec96bfe9c13b0 authored about 2 years ago
The Windows path separator is the backslash (i.e. `\\`). This causes
problems when python reads ...
Specify `shell` as `bash` in `Run tests and linters` step.
Fixes: Issue #604
github.com/commitizen-tools/commitizen - cf808c8a42e39fc81dde432286cc908103a7b0fd authored about 2 years ago
Use `os.sep` for file paths. On Windows, this is `\`. On Linux and
MacOS, this is `/`.
- Change shebang from `#!/bin/sh` to `#!/usr/bin/env sh`
- Set `$PREFIX` depending on OS
For `pydocstyle`, use `--match-dir` switch to prevent traversal into
`venv/` folder.
For `commi...
github.com/commitizen-tools/commitizen - 241ee99d7487857297756b98e7d8e1879e404b86 authored about 2 years agogithub.com/commitizen-tools/commitizen - 8b68b204118cd1f2db9d9bc678d3821d088c301c authored about 2 years ago
For some reason, `pytest-mock` does not affect `os.isatty` when
`sys.stdin` is mocked to use `St...
On Windows, `Popen` with `shell=True` reads the `COMSPEC` environment
variable to determine the ...
`argcomplete` does not support Git Bash on Windows out of the box. For
details, see https://kisl...
Windows uses `\` for path separation, causing python to see the `\U` in
`C:\Users` as a Unicode ...
Add error message if `test` script encounters unsupported OS.
github.com/commitizen-tools/commitizen - b973787f74f3f0219c4fe6d771fc5b9b124cb999 authored about 2 years ago
This should be used when parsing binary files, not text streams. The
regular expression fails on...
github.com/commitizen-tools/commitizen - ebf5e415f29ece8697be547dfc359e5effd0329b authored about 2 years ago
Switch `#!/bin/sh` to `#!/usr/bin/env sh` so scripts work on Windows as well as Linux and MacOS.
github.com/commitizen-tools/commitizen - 94a395d0e9f25cd97650df08ead313013e50f441 authored about 2 years ago
Commit `d936262e` switched the `test` script to use `cz` instead of
`commitizen`, but forgot the...
Pipe appears broken in certain instances within the version of MinGW64
that ships as Git Bash in...
Command Prompt on Windows requires double-quotes. Otherwise, the
command
`${PREFIX}pydocstyle -...
github.com/commitizen-tools/commitizen - 09b2a9f332b17a46e59a37ec0f89eab467f0ce00 authored about 2 years ago
`py -m` was added to command in `test_argcomplete_activation` during
experimentation and was for...
github.com/commitizen-tools/commitizen - a9873d1cc5a229f97f7f775511cecffa8288e071 authored over 2 years ago
github.com/commitizen-tools/commitizen - d0df26342764fb33ed7c7804f12bcfa48e7c2b0c authored over 2 years ago
github.com/commitizen-tools/commitizen - 6e1e1a2439228044f59449e66d7fb698acd2c23c authored over 2 years ago
github.com/commitizen-tools/commitizen - 44f23394e5b324af2cce65f489cbcb0802536595 authored over 2 years ago
Bump: support manual version
github.com/commitizen-tools/commitizen - 8dcfac08593d1fb0af7ab0f437d1bd8eb125923b authored over 2 years agogithub.com/commitizen-tools/commitizen - 2ba0b7371215657c52b8f6144f1d9c0c01e199a4 authored over 2 years ago
github.com/commitizen-tools/commitizen - 230aecf51898585d813d93c5bf2665e339309719 authored over 2 years ago
github.com/commitizen-tools/commitizen - 4ea363f73403aaa4ecf60546b569c9413b22de25 authored over 2 years ago
github.com/commitizen-tools/commitizen - 5d2b6aad7b8c549d80df13ab0d0e88f28ec55471 authored over 2 years ago
pytest-regression now depends on higher version of pytest
https://github.com/ESSS/pytest-regress...
github.com/commitizen-tools/commitizen - c503add8160d6eecee525c3d93ee5b3f4032851d authored over 2 years ago
github.com/commitizen-tools/commitizen - ecea2a46e9b4fceee33ccee8df9320f58290e247 authored over 2 years ago
Relax specification for argcomplete dependency
github.com/commitizen-tools/commitizen - 890bd007ebd9d3be00334131df4bce72e7e6efc0 authored over 2 years agogithub.com/commitizen-tools/commitizen - 92b1e8900686affa97fe92cb11a1e8f8b183e7ba authored over 2 years ago
github.com/commitizen-tools/commitizen - 6ef0017b687fa5550ffc51b79c5de9f33dcef508 authored over 2 years ago
fix(bump.py): `CHANGELOG.md` gets git added and commited correctly
github.com/commitizen-tools/commitizen - 8c202586d2518bdfa746c6ffe6c5b08c67fcabe1 authored over 2 years agogithub.com/commitizen-tools/commitizen - f6ab84551c8cff25a6d51bf0cd063ac755b99808 authored over 2 years ago
The elements in `version_files` may contain not only a file path, but
also a regex after a colon...
github.com/commitizen-tools/commitizen - 0e026d4dd9b131059a8318f320fd74cfb2cdfd62 authored over 2 years ago
feat: add functionality for dev-releases
github.com/commitizen-tools/commitizen - a2c5904fab7591917e68d0dd2502882c59592690 authored over 2 years ago
add `--devrelease` flag, expecting a non-negative integer, as per
[PEP 440](https://peps.python....
github.com/commitizen-tools/commitizen - 20bcbc4bce1ed4995aa83694706524cf43f50df9 authored over 2 years ago
github.com/commitizen-tools/commitizen - 557ac3cc3bcad34c49c4d39a61585c1f6ec02a87 authored over 2 years ago
github.com/commitizen-tools/commitizen - 351f5b70ab1609f9d6151f03fdea6bf79add2b1f authored over 2 years ago
warnings may exist so this change just prints everything.
github.com/commitizen-tools/commitizen - d1a83380d3e56d6d1ca4172c331cab710ffa18c0 authored over 2 years agogithub.com/commitizen-tools/commitizen - 5bf5106c5ab4b469fae7e9583f2ddcbdf004989c authored over 2 years ago
- Updated args to _find_incremental_rev to use latest_tag_version instead of latest_version
- Up...
github.com/commitizen-tools/commitizen - ae747d5eaf9cbbdccbbb30d4b3ffdf9213659dc3 authored over 2 years ago
Synchronize Pre-commit Hook Version with Commitizen Version
github.com/commitizen-tools/commitizen - e44352be39d6710657329a75481da30a4275671c authored over 2 years ago
The list of lines is now joined unconditionally in _bump_with_regex, so
there is never a need to...
The version of the Commitizen pre-commit hooks is typically bumped
automatically by Commitizen i...
github.com/commitizen-tools/commitizen - 3494fb8bc870893ee288c6cbcb64f10e1bf9da6c authored over 2 years ago
fix(bump): Search for version number line by line
github.com/commitizen-tools/commitizen - 81aecc3ca6e06be66067fed90e39af58841bed0c authored over 2 years ago
Use new commitizen-branch hook to verify correctness of existing commit
messages post-commit and...
They already run pre-push, and this behavior is left unchanged. Running
hooks pre-commit gives d...
Commitizen runs bump on itself to, among other things, manage the
version it uses of its own pre...
Avoid the complexities of multiline regex matching and inconsistencies
with the case where no re...
github.com/commitizen-tools/commitizen - 0d30fb56a311942bd540a6f5ea75d67896592a0f authored over 2 years ago
github.com/commitizen-tools/commitizen - 3e19f162f67358fab91ffc98363ebd73a56b347e authored over 2 years ago
fix(bump): Support regexes containing colons
github.com/commitizen-tools/commitizen - cd7e3dda77ec81903c233c34f9ba5779accdfed4 authored over 2 years ago
Commitizen runs bump on itself to, among other things, manage the
version it uses of its own pre...
The version_files feature uses a colon to delimit filenames from a regex
to use to find the vers...
docs: improve setup instructions for pre-commit
github.com/commitizen-tools/commitizen - 2110a14a89c2842d0461a6f332bee87a451df727 authored over 2 years agogithub.com/commitizen-tools/commitizen - 42e3dcac66d592e832667e1a98f9e490535bd91f authored over 2 years ago
github.com/commitizen-tools/commitizen - 23be8a7eb5af95935fb9f586b4dd654763528e90 authored over 2 years ago
git.get_commits error check
github.com/commitizen-tools/commitizen - c688f787dd2e193800d5766e0424764badfaa8df authored over 2 years agotest(changelog): fix datetime mocking error
github.com/commitizen-tools/commitizen - 43473c47b1180614bee3dbedc264ea96463902a8 authored over 2 years agogithub.com/commitizen-tools/commitizen - edb32a4b5c327c00d95f113ae4627cb7ffd0af9f authored over 2 years ago
feat(pre-commit): Add commitizen-branch hook
github.com/commitizen-tools/commitizen - 0dc39a2c404dc80257332ddfcc6e49f2e6acdf47 authored over 2 years agogithub.com/commitizen-tools/commitizen - 836a94a6a0feb2f793b2b0a061f68d26805900c1 authored over 2 years ago
Check all commit messages on the current branch. This is useful for
checking commit messages aft...
In v2.27.1, the commitizen pre-commit hook began specifying that it runs
on the commit-msg stage...
We should expect an exception raised or an empty list (no matter what version of git was used).
github.com/commitizen-tools/commitizen - 7562808676d5618685a85576f43ca5cf887396c4 authored over 2 years agogithub.com/commitizen-tools/commitizen - d5b67b0c7ae9a14b79442adfab32c106b1473970 authored over 2 years ago
git was failing with "fatal: ambiguous argument 'master..master': unknown revision or path not i...
github.com/commitizen-tools/commitizen - 91ed06516f9494f3b12b343503336ef96bfb6bd6 authored over 2 years ago