Skip to content

Commit

Permalink
Merge pull request #659 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Address master rename
  • Loading branch information
malarzm authored Feb 1, 2021
2 parents 3cc1392 + d5698b4 commit 560191b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"shortName": "DoctrineMongoDBBundle",
"slug": "doctrine-mongodb-bundle",
"versions": [
{
"name": "4.4",
"branchName": "4.4.x",
"slug": "latest",
"upcoming": true
},
{
"name": "4.3",
"branchName": "4.3.x",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

jobs:
coding-standards:
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,5 @@
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
}
}
}

0 comments on commit 560191b

Please sign in to comment.