Skip to content

Commit 2829700

Browse files
authored
Merge pull request #146 from commitizen-tools/update-doc-url
docs: update doc url due to moving from Woile/commitizen to commitizen-tools/commitizen
2 parents b471efc + df85d24 commit 2829700

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Github Actions](https://github.com/Woile/commitizen/workflows/Python%20package/badge.svg?style=flat-square)](https://github.com/Woile/commitizen/actions)
1+
[![Github Actions](https://github.com/commitizen-tools/commitizen/workflows/Python%20package/badge.svg?style=flat-square)](https://github.com/commitizen-tools/commitizen/actions)
22
[![Conventional
33
Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
44
[![PyPI Package latest
55
release](https://img.shields.io/pypi/v/commitizen.svg?style=flat-square)](https://pypi.org/project/commitizen/)
66
[![Supported
77
versions](https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square)](https://pypi.org/project/commitizen/)
8-
[![Codecov](https://img.shields.io/codecov/c/github/Woile/commitizen.svg?style=flat-square)](https://codecov.io/gh/Woile/commitizen)
8+
[![Codecov](https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square)](https://codecov.io/gh/commitizen-tools/commitizen)
99

1010
![Using commitizen cli](images/demo.gif)
1111

@@ -115,4 +115,4 @@ Feel free to create a PR.
115115
[semver]: https://semver.org/
116116
[keepchangelog]: https://keepachangelog.com/
117117
[gitscm]: https://git-scm.com/downloads
118-
[travis]: https://img.shields.io/travis/Woile/commitizen.svg?style=flat-square
118+
[travis]: https://img.shields.io/travis/commitizen-tools/commitizen.svg?style=flat-square

docs/check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ python -m pip install pre-commit
1616
```yaml
1717
---
1818
repos:
19-
- repo: https://github.com/Woile/commitizen
20-
rev: v1.16.2
19+
- repo: https://github.com/commitizen-tools/commitizen
20+
rev: v1.17.0
2121
hooks:
2222
- id: commitizen
2323
stages: [commit-msg]

docs/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The extra tab before the square brackets (`]`) at the end is required.
6767
| -------- | ---- | ------- | ----------- |
6868
| `name` | `str` | `"cz_conventional_commits"` | Name of the commiting rules to use |
6969
| `version` | `str` | `None` | Current version. Example: "0.1.2" |
70-
| `version_files` | `list` | `[ ]` | Files were the version will be updated. A pattern to match a line, can also be specified, separated by `:` [See more](https://woile.github.io/commitizen/bump#files) |
71-
| `tag_format` | `str` | `None` | Format for the git tag, useful for old projects, that use a convention like `"v1.2.1"`. [See more](https://woile.github.io/commitizen/bump#tag_format) |
72-
| `bump_message` | `str` | `None` | Create custom commit message, useful to skip ci. [See more](https://woile.github.io/commitizen/bump#bump_message) |
70+
| `version_files` | `list` | `[ ]` | Files were the version will be updated. A pattern to match a line, can also be specified, separated by `:` [See more](https://commitizen-tools.github.io/commitizen/bump#files) |
71+
| `tag_format` | `str` | `None` | Format for the git tag, useful for old projects, that use a convention like `"v1.2.1"`. [See more](https://commitizen-tools.github.io/commitizen/bump#tag_format) |
72+
| `bump_message` | `str` | `None` | Create custom commit message, useful to skip ci. [See more](https://commitizen-tools.github.io/commitizen/bump#bump_message) |
7373
| `style` | `list` | see above | Style for the prompts (It will merge this value with default style.) [See More (Styling your prompts with your favorite colors)](https://github.com/tmbo/questionary#additional-features) |
74-
| `customize` | `dict` | `None` | **This is only supported when config through `toml`.** Custom rules for committing and bumping. [See more](https://woile.github.io/commitizen/customization/) |
74+
| `customize` | `dict` | `None` | **This is only supported when config through `toml`.** Custom rules for committing and bumping. [See more](https://commitizen-tools.github.io/commitizen/customization/) |

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ That's it, your commitizen now supports custom rules, and you can run.
130130
cz -n cz_strange bump
131131
```
132132

133-
[convcomms]: https://github.com/Woile/commitizen/blob/master/commitizen/cz/conventional_commits/conventional_commits.py
133+
[convcomms]: https://github.com/commitizen-tools/commitizen/blob/master/commitizen/cz/conventional_commits/conventional_commits.py
134134

135135
### Raise Customize Exception
136136

docs/tutorials/github_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
```
9595

9696
Notice that we are calling a bash script in `./scripts/publish`, you should
97-
configure it with your tools (twine, poetry, etc.). Check [commitizen example](https://github.com/Woile/commitizen/blob/master/scripts/publish)
97+
configure it with your tools (twine, poetry, etc.). Check [commitizen example](https://github.com/commitizen-tools/commitizen/blob/master/scripts/publish)
9898

9999
Push the changes and that's it.

docs/tutorials/gitlab_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For this example, we have a `python/django` application and `Docker` as a contai
1010
2. A developer creates a merge request (MR) against `master` branch
1111
3. When the `MR` is merged into master, the 2 stages of the CI are executed
1212
4. For simplification, we store the software version in a file called `VERSION`. You can use any file that you want as `commitizen` supports it.
13-
5. The commit message executed automatically by the `CI` must include `[skip-ci]` in the message; otherwise, the process will generate a loop. You can define the message structure in [commitizen](https://woile.github.io/commitizen/bump/) as well.
13+
5. The commit message executed automatically by the `CI` must include `[skip-ci]` in the message; otherwise, the process will generate a loop. You can define the message structure in [commitizen](https://commitizen-tools.github.io/commitizen/bump/) as well.
1414

1515
#### Gitlab Configuration:
1616

docs/tutorials/writing_commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ understand what happened.
3535
| `fix(commands): bump error when no user provided` | `fix: stuff` |
3636
| `feat: add new commit command` | `feat: commit command introduced` |
3737

38-
[customization]: https://woile.github.io/commitizen/customization/
38+
[customization]: https://commitizen-tools.github.io/commitizen/customization/
3939
[conventional_commits]: https://www.conventionalcommits.org

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ site_description: commit rules, semantic version, conventional commits
44
theme:
55
name: 'material'
66

7-
repo_name: Woile/commitizen
8-
repo_url: https://github.com/Woile/commitizen
7+
repo_name: commitizen-tools/commitizen
8+
repo_url: https://github.com/commitizen-tools/commitizen
99
edit_uri: ""
1010

1111
nav:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3535
license = "MIT"
3636
keywords = ["commitizen", "conventional", "commits", "git"]
3737
readme = "docs/README.md"
38-
homepage = "https://github.com/woile/commitizen"
38+
homepage = "https://github.com/commitizen-tools/commitizen"
3939
classifiers = [
4040
"License :: OSI Approved :: MIT License",
4141
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)