Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
fix: rename branch alias from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Mar 15, 2021
1 parent a055a4e commit 70b9667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-main": "2.0-dev"
}
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module.exports = {
"files": [
"composer.json"
],
"from": "\"dev-master\": \".*\"",
"to": "\"dev-master\": \"${nextRelease.version.replace(/\\.\\w+$/, '-dev')}\"",
"from": "\"dev-main\": \".*\"",
"to": "\"dev-main\": \"${nextRelease.version.replace(/\\.\\w+$/, '-dev')}\"",
}
]
}
Expand Down

0 comments on commit 70b9667

Please sign in to comment.