Skip to content

Commit

Permalink
Bump the branch alias for master
Browse files Browse the repository at this point in the history
This makes it `1.x-dev` to avoid having to update it at each minor
release (and avoiding to differentiate whether the in-progress work is
for a new patch or minor version, which was not taken care anyway).
  • Loading branch information
stof committed Oct 11, 2021
1 parent 2c28fda commit b7c4b9b
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 @@ -48,7 +48,7 @@

"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
"dev-master": "1.x-dev"
}
}
}

0 comments on commit b7c4b9b

Please sign in to comment.