Ecosyste.ms: OpenCollective

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

github.com/commitizen-tools/commitizen

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
https://github.com/commitizen-tools/commitizen

feat(unicode): add unicode support

This will allow commiting, e.g., emoji's and parsing commit messages for
unicode characters when...

407af3ad16e5c1543cdea5f333f28408d7ae3396 authored over 1 year ago
fix: use base config for encoding

Also, use `utf-8` by default on Windows in `out.py`.

7887274688ff06a31430955e86691faa29683b52 authored over 1 year ago
style(bump.py): add type hinting to `update_version_in_files`

df7acce80272b222f9c600bd4919f7c3382275fb authored over 1 year ago
fix: add missing `encoding` parameter

Add `encoding` parameter to `open` and `smart_open` method calls where missed. Use `defaults.enc...

cfdc327253918fa9b8eb6707797b547b0cefb714 authored over 1 year ago
docs: add encoding configuration

682bcc86a485a779148acb531f23fa13dc451610 authored over 1 year ago
refactor(defaults.py): use variables in `DEFAULT_SETTINGS`

Map `"encoding"` and `"name"` to `encoding` and `name` variables, respectively (removes hard-cod...

f3ed1576902ea3a002d7c13ce9fc35f43d314504 authored over 1 year ago
fix(out.py): `TextIOWrapper.reconfigure` typing

See https://github.com/python/typeshed/issues/3049

0ef12d5861566e82be7064d0b6f36ec8b42f56cb authored over 1 year ago
feat(changelog.py): add encoding to get_metadata

d885af4c6785da8d289e93d835260cc24fe239e7 authored over 1 year ago
fix: correct type hinting

ee0990c1febf414795989bd9d26c48c8eb362723 authored over 1 year ago
bump: version 3.5.3 → 3.5.4

114501de6c9a0a763b291f2ec3b3251522049d94 authored over 1 year ago
refactor: replace SemVer type literals by respective constants

9b010bb6ea4dfd39c0762c9536159da5c9bee871 authored over 1 year ago
build(deps-dev): bump ruff from 0.0.278 to 0.0.280

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.280.
- [Release notes](https...

dc548a6a110bf31f940f75a20290045d0cf32c77 authored over 1 year ago
build(deps-dev): bump mkdocs-material from 9.1.19 to 9.1.21

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.19 to 9.1.21.
- [...

c993f7801f9d72fb32027bf8bb292665a24a463c authored over 1 year ago
build(deps): bump tomlkit from 0.11.8 to 0.12.1

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.8 to 0.12.1.
- [Release notes](h...

a4128ff7460dd48cc519fa751bc22b673557991c authored over 1 year ago
build(deps-dev): bump mkdocs-material from 9.1.18 to 9.1.19

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.18 to 9.1.19.
- [...

d1c06eb612c6177f996f2cbfcbc623709e1c8f41 authored over 1 year ago
build(deps-dev): bump types-python-dateutil from 2.8.19.13 to 2.8.19.14

Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.13 to 2.8.19.14.
-...

b64c686645a78938864b99b8d592b5342f80d3b7 authored over 1 year ago
build(deps-dev): bump types-deprecated from 1.2.9.2 to 1.2.9.3

Bumps [types-deprecated](https://github.com/python/typeshed) from 1.2.9.2 to 1.2.9.3.
- [Commits...

fac9bac1402ce79683a504ace8d14052bb58b87f authored over 1 year ago
build(deps-dev): bump types-pyyaml from 5.4.12 to 6.0.12.11

Bumps [types-pyyaml](https://github.com/python/typeshed) from 5.4.12 to 6.0.12.11.
- [Commits](h...

8c5a2a93d8c07427acf3ce85019fca6a90248f7c authored over 1 year ago
build(deps): bump pyyaml from 6.0 to 6.0.1

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1.
- [Changelog](https://github.c...

2e9a6d4285d96d95fac0edaf8e1a52ad01817a49 authored over 1 year ago
bump: version 3.5.2 → 3.5.3

4d36818d87dd24675c70e41d5d9f5f8e814cd17f authored over 1 year ago
refactor: Make tag_format properly default to $version

We've been using this default already in `normalize_tag`,
but setting this value in the settings...

c50441977525c46128110cd83f3ac75cf42c134e authored over 1 year ago
fix: Treat $version the same as unset tag_format in ScmProvider

This should be non-breaking unless users rely on the looser version
validation of TAG_FORMAT_REG...

7f86f157b1ab89f8499d27ee97c95d2f7bfa5b62 authored over 1 year ago
docs: Document where `tag_format` config value is used

I was very confused about these different usages. Documenting them
might be a good basis for fut...

7a0dd2ae746be2f1ebb3f345cfb3d387b69645b9 authored over 1 year ago
build(deps-dev): bump ruff from 0.0.277 to 0.0.278

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.277 to 0.0.278.
- [Release notes](https...

9de03f5ef4a9c4971dc431c20c22279975f81901 authored over 1 year ago
build(deps): bump charset-normalizer from 3.1.0 to 3.2.0

Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.1.0 to 3.2.0.
- ...

1849a0be98dd3f20c0d21a9439e0f1e8afbce458 authored over 1 year ago
build(deps-dev): bump ruff from 0.0.276 to 0.0.277

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.276 to 0.0.277.
- [Release notes](https...

bc5fae4d67d7de9567e491f441253ab42dd3e4dd authored over 1 year ago
style(github-actions): unify yaml extension as yml

b99e34b563e95d66afd48178908ddbebfbb4e296 authored over 1 year ago
ci(github-actions): add workflow to label issues

20f0e62b9b2a5753f79c1d0113879a0222af39aa authored over 1 year ago
ci(github-actions): add issue and pr labeler

324f82a5440ec8603f25e35d937b3a7e01b7abfc authored over 1 year ago
build(deps-dev): bump ruff from 0.0.275 to 0.0.276

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.0.276.
- [Release notes](https...

d99c8f0452911e906ffd30fa1a465687866954bb authored over 1 year ago
build(deps-dev): bump mkdocs-material from 9.1.17 to 9.1.18

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.17 to 9.1.18.
- [...

c26e6bdd840172a6c9bf607a9e3930cc9def170e authored over 1 year ago
build(deps): bump typing-extensions from 4.6.3 to 4.7.1

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.3 to 4.7.1.
- [R...

c00970b6a1388f7579c442fa0f519db7431aa272 authored over 1 year ago
build(deps-dev): bump mypy from 1.4.0 to 1.4.1

Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1.
- [Commits](https://github.com...

2eb32a564884ed91c41f6905ee308d6314654d3b authored over 1 year ago
build(deps-dev): bump pytest from 7.3.2 to 7.4.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
- [Release notes](http...

6699297aaa593168396c24217b57850fc3d9faf2 authored over 1 year ago
build(deps-dev): bump mkdocs-material from 9.1.16 to 9.1.17

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.16 to 9.1.17.
- [...

115f0f73f8c793dfa230beec5142080c7bc0459b authored over 1 year ago
bump: version 3.5.1 → 3.5.2

cd818fef05e4b4afab76d9f8ca9c53f14459700d authored over 1 year ago
fix(typing): no_raise is declared as optional

3b9b4fd2168985b0986188f92ecb2a705eced606 authored over 1 year ago
chore(check): add customizable allowed prefixes

The allowed prefixes, which bypass the regex check,
can now be configured.

a5802cfbf8b31abf16c572a3e220496d41017f25 authored over 1 year ago
bump: version 3.5.0 → 3.5.1

f7fcaf53ac983f363b6b95eb8644d8b7d2df19c7 authored over 1 year ago
style(commands/changelog): remove unnecessary if not block

191215d875e4422dc25cda2d504231a909c12efd authored over 1 year ago
test(commands/changelog): enhance test_changelog_uses_version_tags_for_header check

26a7d329c64b94ce51c2244ac9778df8e97d02b7 authored over 1 year ago
fix: only use version tags when generating a changelog

This commit ensures that the tags used to generate the changelog are all correctly parsed by Ver...

8123bcb1a799f17a4630592945d3764f202308d4 authored over 1 year ago
bump: version 3.4.1 → 3.5.0

e7d81d65fc017b822ebb337be5966313e1c24530 authored over 1 year ago
feat: Add option in bump command to redirect git output to stderr

This is useful used in conjunction with `--changelog-to-stdout` if you
don't need/want the resul...

9b137cd083c911a80d2fd8b2345594d276020635 authored over 1 year ago
bump: version 3.4.0 → 3.4.1

54f8423e3f0dc2064592ace6ebfb29df65dcc245 authored over 1 year ago
fix(veresion_schemes): import missing Self for python 3.11

3fcf06866911859c51ea1947653840580538af97 authored over 1 year ago
build(poetry): upgrade ruff

4781e80e8706b9eb25c60ac738dca72e8b04ecd9 authored over 1 year ago
style(mypy): fix warning due to mypy update

397b08fc0a2b5b44d26e618956f774707f58e4ee authored over 1 year ago
build(poetry): upgrade mypy to 1.4.0

94c703d40a8f5cde2aea1ebf1a83bc7595c2cb40 authored over 1 year ago
build(deps): bump argcomplete from 3.0.8 to 3.1.1

Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.0.8 to 3.1.1.
- [Release note...

d1a91478acac63fdaaeda44e959a5e79f856ef4d authored over 1 year ago
bump: version 3.3.0 → 3.4.0

ae35113149f2a907983ed4f2da68f347aaea5d94 authored over 1 year ago
Merge pull request #733 from noirbizarre/feature/schemes

Feature: version schemes endpoint

0f5e8bfeb3998c1d0b648cf304c3594f95004e1b authored over 1 year ago
bump: version 3.2.2 → 3.3.0

3ececac37470726e357a3c22c140a0f01cb4ec74 authored over 1 year ago
feat: add support for cargo workspaces

70b59635baca7857fecf3ba08b5b94c13b212145 authored over 1 year ago
style(mypy): ignore `py.*` legacy `pytest` imports

49572ab0a8f2e0a266e62a6e8dd42400bc19b0b9 authored over 1 year ago
feat(version-schemes): expose `version_schemes` as a `commitizen.scheme` endpoint.

Refactors `version_types` (which is now deprecated) into `version_schemes`,
exposes them through...

73eafc735b3b4b2bc10a4f9835c3ed403092ba56 authored over 1 year ago
build(poetry): update dependencies

17b2f02efab713fd36d7eca973666e375ca40476 authored over 1 year ago
style: import anntations __future__ and replace Optional, List, Unino to their new counterpart

54e8ca5d781c284626fc1089d612d29b1329596b authored over 1 year ago
ci(pre-commit): add blacken-docs hook

c25dfb895291e52ebda17391d19a7fa308237e9c authored over 1 year ago
ci(github-action): remove dependabot scope as the bot will generate it

0337ca0379c4084a847aa220f056a27bbc7a73a7 authored over 1 year ago
docs: fix typo

0005ac2399b462e30a3c14f4bb605a0ff1ac83c1 authored over 1 year ago
ci(pre-commit): add codespell hook

05a4cf094e931b6595e95da05d963cf58920932d authored over 1 year ago
docs: blackify example code

1a691658e19026d0bebf760abf541e1119c78f61 authored over 1 year ago
bump: version 3.2.1 → 3.2.2

4060cc22d47761e2b5015b5f2d2484c3d65f92a5 authored over 1 year ago
Merge pull request #744 from commitizen-tools/fix-pre-commit-installed-check

fix(init): fix is_pre_commit_installed method

9d2192fdafd33930ffd9dd052d345d0a21f46d14 authored over 1 year ago
fix(init): fix is_pre_commit_installed method

the logic of the original method is "pre_commit_not_installed"

eb39f8b817e76b2651d3956984953b51f4bcd656 authored over 1 year ago
bump: version 3.2.0 → 3.2.1

cbab456d4c96e0f167b274cf1bd18349e4f049e7 authored over 1 year ago
Merge pull request #734 from commitizen-tools/fix/importlib_metadata

fix: add support for importlib_metadata 6

0c90b51e4621fa711582debb80e672025a6928e9 authored over 1 year ago
fix: add support for importlib_metadata 6

3cfed6d3b3534822c33fcd9bd1ddbe429c5a5135 authored over 1 year ago
bump: version 3.1.1 → 3.2.0

672ff94cf7eb5d3133671a6a860c8c119695d02d authored over 1 year ago
docs(jenkins): update example to reflect new docker image with entrypoint

73a4ba7901c0e2e7eac4fbdc1aa26257007fa886 authored over 1 year ago
Merge pull request #731 from crai0/write-message-to-file

feat(commit): add --write-message-to-file option

0354a9d41e0d04ac689edce4a0352804539e95b5 authored over 1 year ago
Merge pull request #728 from commitizen-tools/fix/673-breaking-change

test: add test for 'additional' types in conventional commits

6656cb490f0a27a1f96e380978e4bcaf14aa87cb authored over 1 year ago
Merge pull request #729 from commitizen-tools/fix/deps

Fix/deps

93fd3af794e00e1199c6894b5cc529d1db6af768 authored over 1 year ago
docs(tutorials): add installation guide and feature overview for hooks

f04a719746594e9f4906dd44cc75f773fccd4e1f authored over 1 year ago
feat(hooks): add prepare-commit-msg and post-commit hooks

5b4f94469da93463a7357aea6678525068cf313d authored over 1 year ago
test(commit): pass path for write_message_to_file

ab42fd4e42ef01f99196987f89cc029378e8bccc authored over 1 year ago
refactor(commit): change type of write_message_to_file to path

ea3ecce7ab3e06d5a30c085e5e3aa9e6c286e68e authored over 1 year ago
docs(prepare-commit-msg): add additional information to tutorial

4e280758acf6e2e2c8e01831d475a538e7e99d0b authored over 1 year ago
ci: add codecov minimum

ec52a23f50c11d00e20258fdc573836754735250 authored over 1 year ago
docs(commit): link to prepare-commit-msg hook tutorial

14fac5b12581f799a8b122b6e6f6830fc8c301a1 authored over 1 year ago
test(commit): add negative test cases for --write-message-to-file option

cd93206f37c38dd4392cb8d7589f84d31db67836 authored over 1 year ago
docs(tutorials): add tutorial for automatically preparing commit message

dc0c86fe3ab295a140aaa4c8126597e5e7c6751a authored over 1 year ago
docs(commit): document --write-message-to-file option

a2d0cb897e998ab2768c8b57e4c3a47d3d67de9d authored over 1 year ago
test(commit): add test for --write-message-to-file option

af8e276eeceed8868a43a62fbffe87dc96444525 authored over 1 year ago
feat(commit): add --write-message-to-file option

ff56b4e6928c56f08875042d21f859645bf67e3e authored over 1 year ago
docs(config): show config sample for version provider

6e104cad351a8f145a7214b38387d401eca2f94d authored over 1 year ago
docs: improve github action tutorial

f87a3af03ccd3a029267ad105a9ae8f0cad3e0e3 authored over 1 year ago
docs: improve gitlab tutorial

Closes #610

fbd2e21a7f44583af1abe9b43376d0755c277af3 authored over 1 year ago
test: add exclamation mark test

Closes #682

376427c9f219dddbd68061d40c76a8f98c1d38bf authored over 1 year ago
fix(bump): better match for change_type when finding increment

Closes #695

92115055da9456f6e227aab3fc77f198059f3d1e authored over 1 year ago
test(bump): a longer word is used matching a type in commit message

c20cb5cc76aba40700c70bcfa945c5c7c99b5d35 authored over 1 year ago
fix: improve errors message when empty .cz.json found

Closes #576

b7b96f60b1aded8b74e9ee27ca2955b62bd401b6 authored over 1 year ago
docs: move poetry req to contributing

51f9d9744cfc78c1374da4fb1529048b5da09ba6 authored over 1 year ago
fix(init): poetry detection

b0d87783e1f16fa6e33e54d460d37999b1b21ae1 authored over 1 year ago
fix: bump decli which is type hinted

Closes #153

93874fcb2df2830cbed5d905d1c707f0dba1342b authored over 1 year ago
bump: version 3.1.0 → 3.1.1

bcd3988bfafc0b3fec4ec808f819e346cccedf9d authored over 1 year ago
Merge pull request #681 from eduardocardoso/fix-changelog-rc-bump

fix: bump changelog for prerelease without commits

a18a2e47d98cb4910c045f00d3f436e1ea55e98d authored over 1 year ago
fix(changelog): breaking change on additional types for conventional commits

8bfc98dffe221d0598b55272bc9a402cf14add94 authored over 1 year ago
test: add test for 'additional' types in changelog

87a5c98d7b3e882bee74cde85b83f47f52f756f1 authored over 1 year ago