File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33VERSION=$1
4- REPO=" cognesy/instructor-php" # Replace with your repo name
4+ REPO=" cognesy/instructor-php"
55
66if [ -z " $VERSION " ]; then
77 echo " Please provide version number"
@@ -23,7 +23,7 @@ echo "Creating release for version $VERSION..."
2323echo " Using release notes from: $NOTES_FILE "
2424
2525# 1. Update package versions
26- ./bin/sync-ver.sh " $VERSION "
26+ # ./bin/sync-ver.sh "$VERSION"
2727
2828# 2. Commit changes
2929git commit -am " Release version $VERSION "
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ VERSION=${VERSION#v}
1515declare -A REQUIRE_PACKAGES=(
1616 [" src-utils" ]=" cognesy/utils"
1717 [" src-addons" ]=" cognesy/instructor-php-addons"
18- [" src-llm " ]=" cognesy/llm "
18+ [" src-polyglot " ]=" cognesy/polyglot-php "
1919)
2020
2121declare -A REQUIRE_DEV_PACKAGES=(
22- [" src-aux" ]=" cognesy/aux-tools "
22+ [" src-aux" ]=" cognesy/aux"
2323 [" src-experimental" ]=" cognesy/experimental"
2424 [" src-hub" ]=" cognesy/instructor-php-hub"
2525 [" src-setup" ]=" cognesy/instructor-php-setup"
Original file line number Diff line number Diff line change 8181 "toolkit/cli-utils" : " ^2.0" ,
8282 "twig/twig" : " ^3.0" ,
8383 "vimeo/psalm" : " dev-master" ,
84- "webuni/front-matter" : " ^2.0" ,
85- "cognesy/aux-tools" : " ^0.12.3" ,
86- "cognesy/tell" : " ^0.12.3" ,
87- "cognesy/instructor-php-hub" : " ^0.12.3" ,
88- "cognesy/instructor-php-setup" : " ^0.12.3" ,
89- "cognesy/experimental" : " ^0.12.3"
84+ "webuni/front-matter" : " ^2.0"
9085 },
9186 "config" : {
9287 "allow-plugins" : {
116111 "symfony/type-info" : " ^7.1" ,
117112 "symfony/validator" : " ^6.4 || ^7.0" ,
118113 "symfony/yaml" : " ^7.1" ,
119- "vlucas/phpdotenv" : " ^5.6" ,
120- "cognesy/polyglot-php" : " ^0.12.2" ,
121- "cognesy/utils" : " ^0.12.3" ,
122- "cognesy/instructor-php-addons" : " ^0.12.3" ,
123- "cognesy/llm" : " ^0.12.3"
114+ "vlucas/phpdotenv" : " ^5.6"
124115 },
125116 "scripts" : {
126117 "tests" : " @php vendor/bin/pest" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " cognesy/aux-tools " ,
2+ "name" : " cognesy/aux" ,
33 "description" : " Collection of auxiliary services and integrations" ,
44 "autoload" : {
55 "psr-4" : {
You can’t perform that action at this time.
0 commit comments