Skip to content

Commit

Permalink
Merge pull request #2372 from sigwinhq/infra/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer authored Sep 15, 2023
2 parents a5cf24a + 4b5dd9d commit 3b1ca33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ origins:
- ^next$
- ^\d+\.\d+$
- ^\d+\.\d+\.\d+$
- '^\d+\.\d+\.\d+(?:-?(?:alpha|beta|rc)\.?\d*)?$'
splits:
- { prefix: src/CoreShop/Component/Address, target: 'https://${GH_TOKEN}@github.com/coreshop/Address.git' }
- { prefix: src/CoreShop/Bundle/AddressBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/AddressBundle.git' }
- { prefix: src/CoreShop/Bundle/ClassDefinitionPatchBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/ClassDefinitionPatchBundle.git' }
- { prefix: src/CoreShop/Component/Configuration, target: 'https://${GH_TOKEN}@github.com/coreshop/Configuration.git' }
- { prefix: src/CoreShop/Bundle/ConfigurationBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/ConfigurationBundle.git' }
- { prefix: src/CoreShop/Bundle/ClassDefinitionPatchBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/ClassDefinitionPatchBundle.git' }
- { prefix: src/CoreShop/Component/Core, target: 'https://${GH_TOKEN}@github.com/coreshop/Core.git' }
- { prefix: src/CoreShop/Bundle/CoreBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/CoreBundle.git' }
- { prefix: src/CoreShop/Component/Currency, target: 'https://${GH_TOKEN}@github.com/coreshop/Currency.git' }
Expand Down
7 changes: 4 additions & 3 deletions bin/generate-gitsplit
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ $config = [
'cache_url' => 'file://cache',
'project_url' => 'https://@github.com/coreshop/CoreShop.git',
'origins' => [
'^master$',
'^\d+\.\d+$', #CoreShop Branches
'^\d+\.\d+\.\d+$', #Tags
'^next$', // main branch
'^\d+\.\d+$', // CoreShop Branches
'^\d+\.\d+\.\d+$', // releases
'^\d+\.\d+\.\d+(?:-?(?:alpha|beta|rc)\.?\d*)?$', // pre-releases
],
'splits' => [],
];
Expand Down

0 comments on commit 3b1ca33

Please sign in to comment.