Now we have two branches, develop and master.
https://github.com/codeigniter4/shield/branches/all
However, I see no particular reason why master is needed.
There is already no master or develop in phpstan-codeigniter.
https://github.com/CodeIgniter/phpstan-codeigniter/branches/all
I propose to remove master branch to simplify the branching and the release process.
- Plan 1. remove
master and use develop only.
- Plan 2. remove
master and use 1.x from develop.
- Plan 3. remove
master and use main from develop.