Skip to content

Commit 04e828c

Browse files
committed
Release version 0.17.10
1 parent e7c26c9 commit 04e828c

File tree

108 files changed

+4040
-987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+4040
-987
lines changed

bin/publish-ver.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ PACKAGES["packages/tell"]="cognesy/instructor-tell"
4343
echo "Step 0: Rebuilding documentation..."
4444
./bin/instructor-hub gendocs
4545

46+
# 0.1. Copy resource files
47+
echo "Step 0.1: Copying resource files..."
48+
./bin/copy-resources.sh
49+
4650
# 1. Update all package versions using sync-ver.sh
4751
echo "Step 1: Updating package versions..."
4852
./bin/sync-ver.sh "$VERSION"
@@ -63,10 +67,6 @@ for dir in "${!PACKAGES[@]}"; do
6367
fi
6468
done
6569

66-
# 2.1. Copy resource files
67-
echo "Step 2.1: Copying resource files..."
68-
./bin/copy-resources.sh
69-
7070
# 3. Check for uncommitted changes
7171
if [ -n "$(git status --porcelain)" ]; then
7272
echo "Step 3: Adding all modified files..."

bin/publish-ver.sh.new

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)