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

docs: add new jenkins tutorial

Closes #78

3b07f53e23f02ac8e3029e0fd68f2feb8fa109ed authored over 4 years ago
bump: version 2.3.1 → 2.4.0

86a6c50edae12eca8adbf9435e9e9edeb7e55bb0 authored over 4 years ago
docs(cz_check): the 'check' document is refactored and the usage of read commit message from pipe is added

f44496f4d654c3abd9e1caac3a5d5f965c6dce17 authored over 4 years ago
feat(cz_check): cz check can read commit message from pipe

f3070c1f48893e8063cadba8d45f03aa123ac44c authored over 4 years ago
bump: version 2.3.0 → 2.3.1

492270e0fe68ee9b53a1ef7c826feea087fcb7b1 authored over 4 years ago
Merge pull request #265 from blaggacao/patch-2

fix: conventional commit schema

1f2bd004f4a1a21e4212e2ff84f1fb75ef55de0c authored over 4 years ago
fix: conventional commit schema

ef4a9bdd0b81f9084a7347ba03b83b591787b37c authored over 4 years ago
Merge pull request #262 from commitizen-tools/github-action-patch-1

ci(github-action): use personal access token

59982b9c1b09c041a487a1a0232d4f068f439d97 authored over 4 years ago
ci(github-action): use personal access token

Use personal access token instead of github token, in order to trigger new events (like pthonpub...

3f2f702042b31488a057b1ea336e360b1a0e2e7f authored over 4 years ago
bump: version 2.2.0 → 2.3.0

93e093225a2fa7283637a62bfc6718853b2011ab authored over 4 years ago
fix(cli): add guideline for subject input

683317be17b04bd6b8c34ac43f1cb79efb3f5cd4 authored over 4 years ago
fix(cli): wrap the word enter with brackets

4965f0a6355fd2c05de04ce51df73127e5b72e99 authored over 4 years ago
feat(cli): rewrite cli instructions to be more succinct about what they require

78c45299a0b40622e7afab1cfd48086fa0eef014 authored over 4 years ago
Merge pull request #257 from josix/update/bump_test

Update bump test cases to add more different message pattern

6efb23f34773075ec5dffc8504e6229e990b29ac authored over 4 years ago
test(bump): Add more MAJOR increment msgs for testing

b26f408ea07758f34701b16d6785e15e23132b6b authored over 4 years ago
test(bump): Remove bump case with msg ends with `!`

fa532b6d065b7e44ac13e877965c740830f0a68d authored over 4 years ago
test(bump): Add commit-msgs for different increments

38a1c60556407ae1c794be76f72772af99ad9107 authored over 4 years ago
bump: version 2.1.0 → 2.2.0

b207e6d3a26196465f87f2aae19fc4a615042222 authored over 4 years ago
feat(cz_check): cz check can read from a string input

01520eb2684332797771a936e8f5b8d0fc76bf23 authored over 4 years ago
Merge pull request #252 from commitizen-tools/use-commitizen-github-action

ci(github-action): use commitizen github action

f27baba44210ccc628a046b22866f67edbc59d09 authored over 4 years ago
ci(github-action): use commitizen github action

7ec5c1fbbb2d7e1b2cc86778cf111d56f3b1294b authored over 4 years ago
docs(README): fix link to documentation

750213c7c6c25bdc619343b5d7ca159483830f0b authored over 4 years ago
bump: version 2.0.2 → 2.1.0

debe2cede5b9515024c1184059c6aac811ea3adc authored over 4 years ago
refactor(cz_check): Refactor _get_commits to return GitCommit instead of dict

039e0417c04ade82737423d2221f52fd9f6b2f7e authored over 4 years ago
style(cz_check): Add quote to displaying rev and msg

0d5086eed100d1dec184c497bc9c45d9d9e2a48c authored over 4 years ago
style(cz_check): Update ill-formatted codes

ba16783e98870e76502378b3698d8e0a173e343d authored over 4 years ago
test(cz_check): Add a range of failed commits test

34fca28c0af6b82975c1641bf7d6d1be234ae52b authored over 4 years ago
feat(cz_check): Add rev to all displayed ill-formatted commits

* Update _get_commit_messages to get_commits with rev and msg info

1dee41ef9e4ed476079e245c463fc399e9be69fc authored over 4 years ago
feat(cz_check): Update to show all ill-formatted commits

94f8ae07dfc8b57a69fedbd7d4297aef2a79cea5 authored over 4 years ago
bump: version 2.0.1 → 2.0.2

09cf7b31cac7e9ba22720fcbfa0506d6e0ffc55c authored over 4 years ago
fix(git): use double quotation mark in get_tags

this bug affects windows users, by adding a single quotation
in front of the tag

1fc35b009ee7f06e0ee74a43ab91f4926ffc7f76 authored over 4 years ago
docs: simplify pull request template

c7f80eee726a6a016434810d7e27dfd23adc86a8 authored over 4 years ago
bump: version 2.0.0 → 2.0.1

d6e6eb5f8509033811a8c7e86ad1eadcf012bf9e authored over 4 years ago
fix(commands/bump): display message variable properly

57859c003462269116764d54a9af3081d36a5caf authored over 4 years ago
fix(commands/changelog): add exception message when failing to find an incremental revision

509e74757ad74b60c9c98b01bd2f339f62d0ad08 authored over 4 years ago
bump: version 1.25.0 → 2.0.0

e24530e45914d85d135c82adb7c5f4618c53d04f authored over 4 years ago
Merge pull request #238 from commitizen-tools/fix/dependency-issue

fix: add missing `pyyaml` dependency

a156672ff4354765ff651ce34755d63260088897 authored over 4 years ago
fix: add missing `pyyaml` dependency

3785146c3aa4e52d757fca1a9f75fd0ec61ed5cb authored over 4 years ago
Merge pull request #237 from commitizen-tools/next

Next

2d093db45231405b438fe6b8484bffc785aabe1c authored over 4 years ago
Merge pull request #236 from commitizen-tools/add-pre-commit-in-init-cmd

Setup pre-commit hook in "cz init"

ff45e1925810ec76969996b800c1797cb3d3e80c authored over 4 years ago
feat(init): enable setting up pre-commit hook through "cz init"

c619c87483e88e18205f94bfd5e017f2b296fac9 authored over 4 years ago
test(conf): add test case that empty pyproject and .cz.toml both exist

0df4fb175eff4dea52387834f28c28c97fba63a2 authored over 4 years ago
docs(init): remove unneeded TODO (the feature has been implemented)

13a6dd0e5423ffd4150f3c93800f74ea3f32a8a9 authored over 4 years ago
build(poetry): lock decli to > 0.5.2

7638381f22c279bcfeab10ee17bef7aa470c9e98 authored over 4 years ago
refactor(config): drop "files" configure support. Please use "version_files" instead

BREAKING CHANGE:

#82

4d36bdf01823f62d5dd8cb4a942f9a396c0e7208 authored over 4 years ago
refactor(config): remove ini configuration support

BREAKING CHANGE: setup.cfg, .cz and .cz.cfg are no longer supported

a8417ed2c7915a51bf3a588693caf14a108d42a2 authored over 4 years ago
refactor(cli): remove "--version" argument

BREAKING CHANGE: Use "cz verion" instead

b4508a9161b10999576869a0e1cc20746b39f147 authored over 4 years ago
fix(cli): make command required for commitizen

BREAKING CHANGE: "cz --debug" will no longer work
#47

0317eaeac8c1afa1cf823cd050a51dd4fb10e30e authored over 4 years ago
bump: version 1.24.0 → 1.25.0

16e832e248f9cfb1cbf74a827a778fbe8f9485d7 authored over 4 years ago
feat(conventional_commits): use and proper support for conventional commits v1.0.0

9b911e3b78f1f6594b56be589f58436ec8696e3a authored over 4 years ago
bump: version 1.23.4 → 1.24.0

20449e9a6b6bd4500677c2ba038b07ae7f90637a authored over 4 years ago
docs: add author and author_email example

b01119e7d99cdbb51c7af8445a5a2a066f18f10d authored over 4 years ago
feat: add author and author_email to git commit

Extra useful information for hooks

Closes #188

95ec2615b1d58fac3bbba2f812964f265c9f1674 authored over 4 years ago
bump: version 1.23.3 → 1.23.4

ab91e62eb0a3f70d00cbdaf73ac3f29bffc1ff52 authored over 4 years ago
Merge pull request #231 from commitizen-tools/fix/test-bump-and-refactor-changelog

Fix/test bump and refactor changelog

e305153cb5d118707d7b5195dc3104f03d343545 authored over 4 years ago
Add `cz check --rev-range` to the docs

Expands on the different use cases for using `cz check` as well

d3e4a842b5968d9d94cb36b356b103e291a81fb0 authored over 4 years ago
refactor(changelog): remove pkg_resources dependency

d4a4bda6d2d729395411fe1c6fb76effd9474585 authored over 4 years ago
test(bump_command): remove english text in favor of just the tag number

1e16d6c9262ccb5da363649ed2b4e6935795ac98 authored over 4 years ago
bump: version 1.23.2 → 1.23.3

ef5450d5970d46c5d4d9bd05f6093a8871e14c9a authored over 4 years ago
Merge pull request #229 from commitizen-tools/fix/return-code-catch

Fix/return code catch

ec4900a56cb1c4988be280524fa286c4d9d4ecd5 authored over 4 years ago
fix(commands/bump): use `return_code` in commands used by bump

107fa257f3ad3edd0f88ff68e223642765b9bfda authored over 4 years ago
bump: version 1.23.1 → 1.23.2

24c6862a761ab24ab522daa49488800f38c666c2 authored over 4 years ago
Merge pull request #228 from commitizen-tools/add-changelog-to-staged

fix(bump): add changelog file into stage when running `cz bump --changelog

a67fedaba66285465278cf54e70d8a010f182ce1 authored over 4 years ago
fix(bump): add changelog file into stage when running `cz bump --changelog`

ce8264e6632c29294bf31090dec3f46da8b5f6db authored over 4 years ago
fix(commands/commit): use return_code to raise commit error, not stderr

bf16b51f0055cc19dbe3e7908776b907cfec871c authored over 4 years ago
refactor(cmd): add return code to Command

e4a21bee1dcfa96effa0828a5f69fde449c00bd2 authored over 4 years ago
docs: rename external links to resources

4982f1d8ac169a6fa75a62ba15063405b8ca307e authored over 4 years ago
docs(README.md): make documentation more visible

e37e3e64012814b726c3670abb6387da33660293 authored over 4 years ago
docs: add new article

7b409cc4405b775a08f81eff796a0270b39d9e8c authored over 4 years ago
docs: set label for feature request as 'feature' instead of 'enhacement'

eeaf7593556363def6fac614217565b36bf9106d authored over 4 years ago
docs: polish github templates

- information for submitter are now comments
- removed redundancy in titles, we use labels now
-...

056c7663040699c820677cab82d807e951bd99b2 authored over 4 years ago
docs: add faq

e9ecf83136d17cf125f38f492b01cd52bf914ffe authored over 4 years ago
bump: version 1.23.0 → 1.23.1

eef1e6d9cb6e9716382d41ee04e115bc47ce11ac authored over 4 years ago
fix: Raise NotAGitProjectError only in git related command

Only Running `cz commit`, `cz bump` and `cz changelog` in a non git project will raise NotAGitPr...

2fdce2f7cc8c7894eb55bc6133952eb758cd4953 authored over 4 years ago
Merge pull request #218 from commitizen-tools/fix-pre-commit-config-doc

docs(README): add "pre-commit install --hook-type commit-msg" command

3f910667b6c375b1986b531a06652524109658b4 authored over 4 years ago
ci(github-action): update pip when initialize environement

a37ed5caed8e0d4f01a7f17b002002d69b93331b authored over 4 years ago
ci(github-action): rename job

21339923684bce9749830b50e5550f615b6908e5 authored over 4 years ago
build(poetry): add pre-commit to dev deps

97c1b1cf79ec2882361be777520ae2a1a0a5d229 authored over 4 years ago
ci: rename scripts/reformat as scripts/format

332241bea47a0b7c10f6b33d925a4bd67f798aa1 authored over 4 years ago
docs(README): add "pre-commit install --hook-type commit-msg" command to pre-commit section

a3019c898d1f961a83ccefe356af9b3cdc59c705 authored over 4 years ago
Merge pull request #216 from commitizen-tools/add-pre-commit-integration

Add pre commit integration

085294bdf97dff108d2240895c6ff1cec59d8e3f authored over 4 years ago
Merge pull request #217 from marcelomaia/master

3rd-party new template

ed1ccab778818d5ad6afc24d17e5d61adaefbaa9 authored over 4 years ago
docs(3rd-party): new template

e4ff8d036b3ce472549e95a09476e8dc6cec4b44 authored over 4 years ago
ci(pre-commit): add commitizen to pre-commit config

4fddcbea44f931864b070b6f1915a175246c2eee authored over 4 years ago
docs(contributing): add pre-commit setup

89df39e97d737338d9b39b283acb9de00a3cdb87 authored over 4 years ago
style: fix eof and trailing spaces

7029c08476576b80ab277de49db238a5f5c3aefe authored over 4 years ago
ci(pre-commit): add pre-commit-config

774c3f850186bff49edbaf25cb885430037195c1 authored over 4 years ago
ci: rename lint as reformat

38b7861708ec1f108770643af7615175b8b061ed authored over 4 years ago
Merge pull request #210 from altusgerona/precommit-docs

Precommit docs

b8fc1eeaf5a915d8d0f7179dc303ec2f3835b79f authored over 4 years ago
docs(README): Change commitizen rev recommendation for pre-commit integration

2f76fe9a87e2b54d88fca78ad3a6bc1d57c6f7c5 authored over 4 years ago
Merge pull request #213 from commitizen-tools/add-external-links-section

docs(external_links): add talks, articles section to external_links

d651ed7e8c4abb20b3714a50b044aa113bfe0e67 authored over 4 years ago
docs(external_links): add talks, articles section to external_links

bd01c8dc2694b69696884b5a9295c332f768e13b authored over 4 years ago
docs(README.md): Add pre-commit integration information in README.md

6ec81699e91e19c3924395e50bc92e5074522de8 authored over 4 years ago
docs(contributing.md): Correct typos and sentences

48c97b5d41a3c0b9166ec0d8943c10c9cd642bd6 authored over 4 years ago
build(.gitignore): Add .idea to .gitignore

To cater to Jetbrains IDE users.

f5e11338e64096ec8252e86d96f7f9d373c4460a authored over 4 years ago
Merge pull request #207 from commitizen-tools/unify-customization-doc-title-level

docs(customization): update title level

b2d4558c8457f7bd12e9cb5b23b61ccf9050a4c7 authored over 4 years ago
docs(customization): update title level

14f5de85a26c539d17566c180e0682ade9b5915e authored over 4 years ago
bump: version 1.22.3 → 1.23.0

cbb9ad756366f8cee410854a675f0345b00a312c authored over 4 years ago
Merge pull request #201 from commitizen-tools/refactor-error-code

refactor: use custom exception for error handling

cbe8f110fbf8538edbab7707db6e3006fc09ae7b authored over 4 years ago
docs: exit codes

32287f0ed1937850fa9b3be25cbcf3a9d44a4698 authored over 4 years ago