8000 [skip ci] update release script. · enumag/enqueue-dev@4d8e9cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d8e9cb

Browse files
committed
[skip ci] update release script.
1 parent f9050cf commit 4d8e9cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`
1616

17-
for REMOTE in origin stomp amqp-ext amqp-lib amqp-bunny amqp-tools pheanstalk gearman sqs gps fs redis dbal null rdkafka enqueue simple-client enqueue-bundle job-queue test async-event-dispatcher
17+
for REMOTE in origin stomp amqp-ext amqp-lib amqp-bunny amqp-tools pheanstalk gearman sqs gps fs redis dbal null rdkafka enqueue simple-client enqueue-bundle job-queue test async-event-dispatcher mongodb
1818
do
1919
echo ""
2020
echo ""

bin/subtree-split

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ remote enqueue-bundle git@github.com:php-enqueue/enqueue-bundle.git
6363
remote job-queue git@github.com:php-enqueue/job-queue.git
6464
remote test git@github.com:php-enqueue/test.git
6565
remote async-event-dispatcher git@github.com:php-enqueue/async-event-dispatcher.git
66+
remote mongodb git@github.com:php-enqueue/mongodb.git
6667

6768
split 'pkg/enqueue' enqueue
6869
split 'pkg/simple-client' simple-client
@@ -83,4 +84,5 @@ split 'pkg/gps' gps
8384
split 'pkg/enqueue-bundle' enqueue-bundle
8485
split 'pkg/job-queue' job-queue
8586
split 'pkg/test' test
86-
split 'pkg/async-event-dispatcher' async-event-dispatcher
87+
split 'pkg/async-event-dispatcher' async-event-dispatcher
88+
split 'pkg/mongodb' mongodb

0 commit comments

Comments
 (0)
0