Skip to content

Commit

Permalink
fix: docs typos and clarify the poly diff output when no bricks has c…
Browse files Browse the repository at this point in the history
…hanged (#28)

* fix: typo in docs about installing Poetry plugins

* fix: clarify poly diff with no brick changes
  • Loading branch information
DavidVujic authored Nov 13, 2022
1 parent 3ebfb6b commit 1e6e212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/polylith/diff/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def print_diff_summary(
console.print(Padding(f"[data]Diff: based on the {tag} tag[/]", (1, 0, 1, 0)))

if not bases and not components:
console.print("[data]No changes found.[/]")
console.print("[data]No brick changes found.[/]")
return

if components:
Expand Down
4 changes: 2 additions & 2 deletions projects/poetry_polylith_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ With the `Poetry` version 1.2 or later installed, you can add plugins.

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

Add the Polylith plugin:
``` shell
poetry plugin add poetry-polylith-plugin
poetry self add poetry-polylith-plugin
```

### Create a repository
Expand Down
2 changes: 1 addition & 1 deletion projects/poetry_polylith_plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-polylith-plugin"
version = "1.0.0"
version = "1.0.1"
description = "A Poetry plugin that adds tooling support for the Polylith Architecture"
authors = ["David Vujic"]
homepage = "https://github.com/davidvujic/python-polylith"
Expand Down

0 comments on commit 1e6e212

Please sign in to comment.