Skip to content

Commit 695dd72

Browse files
committed
Update README for poetry-dynamic-versioning
1 parent d67bbc5 commit 695dd72

16 files changed

+32
-32
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Via [`pipx`][pipx]:
3131
```console
3232
pip install pipx
3333
pipx install poetry
34-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
34+
pipx inject poetry poetry-pre-commit-plugin
3535
```
3636

3737
Via `pip`:
3838

3939
```console
4040
pip install poetry
41-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
41+
poetry self add poetry-pre-commit-plugin
4242
```
4343

4444
## New project creation

tests/data/readme-github_user_only.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Via [`pipx`][pipx]:
1212
```console
1313
pip install pipx
1414
pipx install poetry
15-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
15+
pipx inject poetry poetry-pre-commit-plugin
1616
```
1717

1818
Via `pip`:
1919

2020
```console
2121
pip install poetry
22-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
22+
poetry self add poetry-pre-commit-plugin
2323
```
2424

2525
### Development tasks

tests/data/readme-github_user_with_container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Via [`pipx`][pipx]:
3737
```console
3838
pip install pipx
3939
pipx install poetry
40-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
40+
pipx inject poetry poetry-pre-commit-plugin
4141
```
4242

4343
Via `pip`:
4444

4545
```console
4646
pip install poetry
47-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
47+
poetry self add poetry-pre-commit-plugin
4848
```
4949

5050
### Development tasks

tests/data/readme-github_user_with_coverage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Via [`pipx`][pipx]:
1313
```console
1414
pip install pipx
1515
pipx install poetry
16-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
16+
pipx inject poetry poetry-pre-commit-plugin
1717
```
1818

1919
Via `pip`:
2020

2121
```console
2222
pip install poetry
23-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
23+
poetry self add poetry-pre-commit-plugin
2424
```
2525

2626
### Development tasks

tests/data/readme-github_user_with_coverage_and_container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Via [`pipx`][pipx]:
3838
```console
3939
pip install pipx
4040
pipx install poetry
41-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
41+
pipx inject poetry poetry-pre-commit-plugin
4242
```
4343

4444
Via `pip`:
4545

4646
```console
4747
pip install poetry
48-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
48+
poetry self add poetry-pre-commit-plugin
4949
```
5050

5151
### Development tasks

tests/data/readme-github_user_with_coverage_and_pypi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Via [`pipx`][pipx]:
4848
```console
4949
pip install pipx
5050
pipx install poetry
51-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
51+
pipx inject poetry poetry-pre-commit-plugin
5252
```
5353

5454
Via `pip`:
5555

5656
```console
5757
pip install poetry
58-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
58+
poetry self add poetry-pre-commit-plugin
5959
```
6060

6161
### Development tasks

tests/data/readme-github_user_with_coverage_pypi_and_container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Via [`pipx`][pipx]:
4848
```console
4949
pip install pipx
5050
pipx install poetry
51-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
51+
pipx inject poetry poetry-pre-commit-plugin
5252
```
5353

5454
Via `pip`:
5555

5656
```console
5757
pip install poetry
58-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
58+
poetry self add poetry-pre-commit-plugin
5959
```
6060

6161
### Development tasks

tests/data/readme-github_user_with_pypi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Via [`pipx`][pipx]:
2222
```console
2323
pip install pipx
2424
pipx install poetry
25-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
25+
pipx inject poetry poetry-pre-commit-plugin
2626
```
2727

2828
Via `pip`:
2929

3030
```console
3131
pip install poetry
32-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
32+
poetry self add poetry-pre-commit-plugin
3333
```
3434

3535
### Development tasks

tests/data/readme-github_user_with_pypi_and_container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Via [`pipx`][pipx]:
2222
```console
2323
pip install pipx
2424
pipx install poetry
25-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
25+
pipx inject poetry poetry-pre-commit-plugin
2626
```
2727

2828
Via `pip`:
2929

3030
```console
3131
pip install poetry
32-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
32+
poetry self add poetry-pre-commit-plugin
3333
```
3434

3535
### Development tasks

tests/data/readme-no_github_user.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Via [`pipx`][pipx]:
99
```console
1010
pip install pipx
1111
pipx install poetry
12-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
12+
pipx inject poetry poetry-pre-commit-plugin
1313
```
1414

1515
Via `pip`:
1616

1717
```console
1818
pip install poetry
19-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
19+
poetry self add poetry-pre-commit-plugin
2020
```
2121

2222
### Development tasks

tests/data/readme-no_github_user_container_enabled.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Via [`pipx`][pipx]:
3535
```console
3636
pip install pipx
3737
pipx install poetry
38-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
38+
pipx inject poetry poetry-pre-commit-plugin
3939
```
4040

4141
Via `pip`:
4242

4343
```console
4444
pip install poetry
45-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
45+
poetry self add poetry-pre-commit-plugin
4646
```
4747

4848
### Development tasks

tests/data/readme-no_github_user_coverage_enabled.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Via [`pipx`][pipx]:
99
```console
1010
pip install pipx
1111
pipx install poetry
12-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
12+
pipx inject poetry poetry-pre-commit-plugin
1313
```
1414

1515
Via `pip`:
1616

1717
```console
1818
pip install poetry
19-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
19+
poetry self add poetry-pre-commit-plugin
2020
```
2121

2222
### Development tasks

tests/data/readme-no_github_user_coverage_enabled_container_enabled.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Via [`pipx`][pipx]:
3535
```console
3636
pip install pipx
3737
pipx install poetry
38-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
38+
pipx inject poetry poetry-pre-commit-plugin
3939
```
4040

4141
Via `pip`:
4242

4343
```console
4444
pip install poetry
45-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
45+
poetry self add poetry-pre-commit-plugin
4646
```
4747

4848
### Development tasks

tests/data/readme-no_github_user_pypi_enabled.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Via [`pipx`][pipx]:
2020
```console
2121
pip install pipx
2222
pipx install poetry
23-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
23+
pipx inject poetry poetry-pre-commit-plugin
2424
```
2525

2626
Via `pip`:
2727

2828
```console
2929
pip install poetry
30-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
30+
poetry self add poetry-pre-commit-plugin
3131
```
3232

3333
### Development tasks

tests/data/readme-no_github_user_pypi_enabled_container_enabled.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Via [`pipx`][pipx]:
4545
```console
4646
pip install pipx
4747
pipx install poetry
48-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
48+
pipx inject poetry poetry-pre-commit-plugin
4949
```
5050

5151
Via `pip`:
5252

5353
```console
5454
pip install poetry
55-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
55+
poetry self add poetry-pre-commit-plugin
5656
```
5757

5858
### Development tasks

{{cookiecutter.project_name}}/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Via [`pipx`][pipx]:
4949
```console
5050
pip install pipx
5151
pipx install poetry
52-
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
52+
pipx inject poetry poetry-pre-commit-plugin
5353
```
5454

5555
Via `pip`:
5656

5757
```console
5858
pip install poetry
59-
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
59+
poetry self add poetry-pre-commit-plugin
6060
```
6161

6262
### Development tasks

0 commit comments

Comments
 (0)