File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1616
1717for PKG in * /pyproject.toml; do
1818 PKG=" $( dirname " $PKG " ) "
19- if [[ " $PKG " == " docs" ]]; then
19+ if [[ " $PKG " == " docs" || " $PKG " == " wkcuber " ]]; then
2020 echo Skipping " $PKG "
2121 continue
2222 fi
23- if [ ! -f " $PKG /Changelog.md" ]; then
24- continue
25- fi
2623 echo " Creating release for $PKG "
2724
2825 pushd " $PKG " > /dev/null
Original file line number Diff line number Diff line change 44
55for PKG in * /pyproject.toml; do
66 PKG=" $( dirname " $PKG " ) "
7- if [[ " $PKG " == " docs" ]]; then
7+ if [[ " $PKG " == " docs" || " $PKG " == " wkcuber " ]]; then
88 echo Skipping " $PKG "
99 continue
1010 fi
Original file line number Diff line number Diff line change 1+ raise Exception (
2+ "The `wkcuber` package is deprecated because the CLI was integrated into "
3+ + "the `webknossos` package. Please use the `webknossos` package instead."
4+ )
You can’t perform that action at this time.
0 commit comments