Skip to content

Commit 1e6e212

Browse files
authored
fix: docs typos and clarify the poly diff output when no bricks has changed (#28)
* fix: typo in docs about installing Poetry plugins * fix: clarify poly diff with no brick changes
1 parent 3ebfb6b commit 1e6e212

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/polylith/diff/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def print_diff_summary(
6161
console.print(Padding(f"[data]Diff: based on the {tag} tag[/]", (1, 0, 1, 0)))
6262

6363
if not bases and not components:
64-
console.print("[data]No changes found.[/]")
64+
console.print("[data]No brick changes found.[/]")
6565
return
6666

6767
if components:

projects/poetry_polylith_plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ With the `Poetry` version 1.2 or later installed, you can add plugins.
5353

5454
Add the [Multiproject](https://github.com/DavidVujic/poetry-multiproject-plugin) plugin, that will enable the very important __workspace__ support to Poetry.
5555
``` shell
56-
poetry plugin add poetry-multiproject-plugin
56+
poetry self add poetry-multiproject-plugin
5757
```
5858

5959
Add the Polylith plugin:
6060
``` shell
61-
poetry plugin add poetry-polylith-plugin
61+
poetry self add poetry-polylith-plugin
6262
```
6363

6464
### Create a repository

projects/poetry_polylith_plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-polylith-plugin"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Poetry plugin that adds tooling support for the Polylith Architecture"
55
authors = ["David Vujic"]
66
homepage = "https://github.com/davidvujic/python-polylith"

0 commit comments

Comments
 (0)