File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ bin/sql-formatter
7
7
bin /phpstan
8
8
bin /jp.php
9
9
bin /php-parse
10
+ bin /google-cloud-batch
10
11
vendor
11
12
.php_cs
12
13
.php_cs.cache
Original file line number Diff line number Diff line change 14
14
15
15
CURRENT_BRANCH=` git rev-parse --abbrev-ref HEAD`
16
16
17
- for REMOTE in origin stomp amqp-ext amqp-lib amqp-bunny amqp-tools pheanstalk gearman sqs 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
18
18
do
19
19
echo " "
20
20
echo " "
37
37
38
38
CHANGES_SINCE_LAST_RELEASE=$( git log " $LAST_RELEASE " ...master)
39
39
CHANGES_SINCE_LAST_RELEASE=" $CHANGES_SINCE_LAST_RELEASE " | xargs echo -n
40
- if [[ ! -z " $CHANGES_SINCE_LAST_RELEASE " ]]; then
40
+ if [[ ! -z " $CHANGES_SINCE_LAST_RELEASE " || -z $LAST_RELEASE ]]; then
41
41
echo " There are changes since last release. Releasing $1 " ;
42
42
43
43
git tag $1 -s -m " Release $1 "
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ remote rdkafka git@github.com:php-enqueue/rdkafka.git
58
58
remote dbal git@github.com:php-enqueue/dbal.git
59
59
remote null git@github.com:php-enqueue/null.git
60
60
remote sqs git@github.com:php-enqueue/sqs.git
61
+ remote gps git@github.com:php-enqueue/gps.git
61
62
remote enqueue-bundle git@github.com:php-enqueue/enqueue-bundle.git
62
63
remote job-queue git@github.com:php-enqueue/job-queue.git
63
64
remote test git@github.com:php-enqueue/test.git
@@ -78,6 +79,7 @@ split 'pkg/redis' redis
78
79
split ' pkg/dbal' dbal
79
80
split ' pkg/null' null
80
81
split ' pkg/sqs' sqs
82
+ split ' pkg/gps' gps
81
83
split ' pkg/enqueue-bundle' enqueue-bundle
82
84
split ' pkg/job-queue' job-queue
83
85
split ' pkg/test' test
You can’t perform that action at this time.
0 commit comments