Skip to content

Commit ad7f240

Browse files
committed
fixes for release
1 parent c36301a commit ad7f240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_tooling/make_release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ for PKG in */pyproject.toml; do
2020
echo Skipping "$PKG"
2121
continue
2222
fi
23+
if [ ! -f "$PKG/Changelog.md" ]; then
24+
continue
25+
fi
2326
echo "Creating release for $PKG"
2427

2528
pushd "$PKG" > /dev/null

0 commit comments

Comments
 (0)