Skip to content

Commit a71e539

Browse files
committed
no need to track reflex-ui and reflex-ui-shared
1 parent 9b3e993 commit a71e539

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
fi
5151
for pkg_dir in packages/*/; do
5252
pkg=$(basename "$pkg_dir")
53-
[[ "$pkg" == "integrations-docs" ]] && continue
53+
case "$pkg" in
54+
integrations-docs|reflex-ui|reflex-ui-shared) continue ;;
55+
esac
5456
if printf '%s\n' "$changed" | grep -qE "^packages/$pkg/src/"; then
5557
affected+=("${pkg_dir%/}")
5658
fi

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Each PR that changes the source of a published package must add a news fragment
8181
**Create a fragment from the CLI:**
8282

8383
```bash
84-
uv run towncrier create --config pyproject.toml --dir packages/reflex-ui 1234.feature.md
84+
uv run towncrier create --config pyproject.toml --dir packages/reflex-components-lucide 1234.feature.md
8585
```
8686

8787
Drop `--dir` for a fragment against the main `reflex` package.

packages/reflex-ui-shared/news/.gitkeep

Whitespace-only changes.

packages/reflex-ui/news/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)