Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60ed583

Browse files
authored
Changed the branch-alias of all components to 3.1-dev. (#6320)
1 parent 24afbb0 commit 60ed583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/close-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close Pull Request
22

33
on:
44
pull_request_target:
5-
types: [opened]
5+
types: [ opened ]
66

77
jobs:
88
run:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "3.0-dev"
42+
"dev-master": "3.1-dev"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)