Skip to content

Commit

Permalink
Remove batch-box-spout from synchronized packages (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone authored Nov 16, 2023
1 parent 546b9d1 commit 53294ef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ see https://github.com/yokai-php/batch-src/releases/tag/{created tag}
```
- Create a release for the tag, in each packages
- https://github.com/yokai-php/batch/releases/new
- https://github.com/yokai-php/batch-box-spout/releases/new
- https://github.com/yokai-php/batch-doctrine-dbal/releases/new
- https://github.com/yokai-php/batch-doctrine-orm/releases/new
- https://github.com/yokai-php/batch-doctrine-persistence/releases/new
Expand Down
2 changes: 0 additions & 2 deletions scripts/split-branch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function remote()
}

remote batch [email protected]:yokai-php/batch.git
remote batch-box-spout [email protected]:yokai-php/batch-box-spout.git
remote batch-doctrine-dbal [email protected]:yokai-php/batch-doctrine-dbal.git
remote batch-doctrine-orm [email protected]:yokai-php/batch-doctrine-orm.git
remote batch-doctrine-persistence [email protected]:yokai-php/batch-doctrine-persistence.git
Expand All @@ -39,7 +38,6 @@ remote batch-symfony-serializer [email protected]:yokai-php/batch-symfony-seriali
remote batch-symfony-validator [email protected]:yokai-php/batch-symfony-validator.git

split 'src/batch' batch
split 'src/batch-box-spout' batch-box-spout
split 'src/batch-doctrine-dbal' batch-doctrine-dbal
split 'src/batch-doctrine-orm' batch-doctrine-orm
split 'src/batch-doctrine-persistence' batch-doctrine-persistence
Expand Down
2 changes: 0 additions & 2 deletions scripts/split-tag
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function remote()
}

remote batch [email protected]:yokai-php/batch.git
remote batch-box-spout [email protected]:yokai-php/batch-box-spout.git
remote batch-doctrine-dbal [email protected]:yokai-php/batch-doctrine-dbal.git
remote batch-doctrine-orm [email protected]:yokai-php/batch-doctrine-orm.git
remote batch-doctrine-persistence [email protected]:yokai-php/batch-doctrine-persistence.git
Expand All @@ -39,7 +38,6 @@ remote batch-symfony-serializer [email protected]:yokai-php/batch-symfony-seriali
remote batch-symfony-validator [email protected]:yokai-php/batch-symfony-validator.git

split 'src/batch' batch
split 'src/batch-box-spout' batch-box-spout
split 'src/batch-doctrine-dbal' batch-doctrine-dbal
split 'src/batch-doctrine-orm' batch-doctrine-orm
split 'src/batch-doctrine-persistence' batch-doctrine-persistence
Expand Down

0 comments on commit 53294ef

Please sign in to comment.