Skip to content

Commit

Permalink
Prepare Release 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-eonx committed Feb 19, 2024
1 parent d904ea7 commit e80fa64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}'
tag:
- 5.7.5
- 5.8.0
name: 'Split ${{ matrix.mapping.dir }}'
env:
DIR: 'packages/${{ matrix.mapping.dir }}'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
git subtree split --prefix="packages/${{ matrix.mapping.dir }}" --branch="local-$BRANCH" "$BRANCH"
git push --force split-remote local-$BRANCH:$BRANCH
-
if: "contains(github.event.head_commit.message, '[Release]')"
if: 'contains(github.event.head_commit.message, ''[Release]'')'
name: 'Release eonx-com/${{ matrix.mapping.repo }}:${{ matrix.tag }}'
shell: bash
run: |
Expand Down
4 changes: 1 addition & 3 deletions packages/EasyDoctrine/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "eonx-com/easy-doctrine",
"description": "Provides functionalities to enhance Doctrine integration in your project",
"keywords": [
"doctrine"
],
"keywords": ["doctrine"],
"type": "symfony-bundle",
"license": "MIT",
"require": {
Expand Down

0 comments on commit e80fa64

Please sign in to comment.