codeigniter4-patches
codeigniter4-patches copied to clipboard
Automated project updates for CodeIgniter 4
Before: There is no error. We don't know what happened. ```console ************************************ * STAGING * ************************************ Switched to a new branch 'tatter/scratch' rm '.editorconfig' ... rm 'writable/uploads/index.html' $ ``` After:...
This may be an issue on macOS, `$PATH` is changed in `src/patch`. So it may change the `php` binary version, and may install unexpected versions of the packages. In my...
If `patch` is run in an instance where there are no changes then `git commit` fails causing the script to end prematurely.
Improve outputs.
Running latest version but whenever I try to upgrade my CI project 4.4.6 -> 4.5.2, patching seems to stop in the middle of the process so I never get `tatter/patches`...
ERROR 1: You have unresolved issues in the current branch (main). Please resolve before patching.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
This is not an issue but more a suggestion/feature request: Problem: I have a monorepo with the following structure (shortened for clarity): ``` ROOT/ ├── vendor/ │ └── codeigniter4/ │...