Skip to content

Commit

Permalink
Update the branch alias for dev-main
Browse files Browse the repository at this point in the history
Having the main branch aliased to an older minor version causes issues.
Aliasing it only for the major version makes the maintenance easier as it does not need to be updated for each minor release.
  • Loading branch information
stof committed Jun 10, 2024
1 parent f562f34 commit 6bf73f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.13-dev"
"dev-main": "3.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 6bf73f1

Please sign in to comment.