Skip to content

Commit 3ae6d2a

Browse files
authored
Merge pull request #136 from Lee-W/remove-redundant-readme
Remove redundant readme
2 parents b6e5ef6 + 5845194 commit 3ae6d2a

File tree

6 files changed

+10
-197
lines changed

6 files changed

+10
-197
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include .bumpversion.cfg
2-
include README.rst
32
include LICENSE
43
include commitizen/cz/*.txt
54
global-exclude *.py[cod] __pycache__ *.so *.dylib

README.rst

Lines changed: 0 additions & 188 deletions
This file was deleted.
File renamed without changes.

docs/check.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ python -m pip install pre-commit
1414
* Step 2: Create `.pre-commit-config.yaml` at your root directory with the following content
1515

1616
```yaml
17-
- repo: https://github.com/Woile/commitizen
18-
rev: master
19-
stages: [commit-msg]
20-
hooks:
21-
- id: commitizen
17+
---
18+
repos:
19+
- repo: https://github.com/Woile/commitizen
20+
rev: v1.16.2
21+
hooks:
22+
- id: commitizen
23+
stages: [commit-msg]
2224
```
2325
2426
* Step 3: Install the configuration into git hook through `pre-commit`

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repo_url: https://github.com/Woile/commitizen
99
edit_uri: ""
1010

1111
nav:
12-
- Introduction: 'index.md'
12+
- Introduction: 'README.md'
1313
- Configuration: 'config.md'
1414
- Commands:
1515
- Bump: 'bump.md'
@@ -26,4 +26,4 @@ markdown_extensions:
2626
guess_lang: false
2727
- admonition
2828
- codehilite
29-
- extra
29+
- extra

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = "Python commitizen client tool"
3434
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3535
license = "MIT"
3636
keywords = ["commitizen", "conventional", "commits", "git"]
37-
readme = "README.rst"
37+
readme = "docs/README.md"
3838
homepage = "https://github.com/woile/commitizen"
3939
classifiers = [
4040
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)