Skip to content

Commit

Permalink
Merge tag 'v3.4.10' into don-working-3.4.10
Browse files Browse the repository at this point in the history
v3.4.10
  • Loading branch information
onethumb committed Dec 24, 2024
2 parents 376ebdb + f8dae8e commit 98edaed
Show file tree
Hide file tree
Showing 1,328 changed files with 75,082 additions and 36,402 deletions.
9 changes: 5 additions & 4 deletions .commitlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
"jsonapi",
"graphql",
"openapi",
"parametervalidator",
"serializer",
"jsonschema",
"validation",
"state"
"state",
"test"
]
],
"scope-empty": [
Expand Down Expand Up @@ -54,8 +56,7 @@
[
"sentence-case",
"start-case",
"pascal-case",
"upper-case"
"pascal-case"
]
],
"subject-empty": [
Expand Down Expand Up @@ -83,7 +84,7 @@
"build",
"chore",
"ci",
"docs",
"doc",
"feat",
"fix",
"perf",
Expand Down
21 changes: 13 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
*.sh export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
phpunit10.xml.dist export-ignore
/.commitlintrc export-ignore
/appveyor.yml export-ignore
/behat.yml.dist export-ignore
/codecov.yml
/docs export-ignore
/features export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/package-lock.json export-ignore
/pmu.baseline
/tests export-ignore
/update-js.sh export-ignore
/yarn.lock export-ignore
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/api_platform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on:
push:
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
run-api-platform-workflow:
runs-on: ubuntu-latest
steps:
- name: Update distribution
run: gh workflow run -R api-platform/api-platfom release.yml -f tag=${{ github.ref_name }}


Loading

0 comments on commit 98edaed

Please sign in to comment.