Closed lampajr closed 1 month ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π’ | Statements | 89.17% (-0.55% π») |
502/563 |
π’ | Branches | 85.33% (-0.77% π») |
192/225 |
π’ | Functions | 87.5% (+0.1% πΌ) |
112/128 |
π’ | Lines | 89.01% (-0.56% π») |
486/546 |
217 tests passing in 18 suites.
Report generated by π§ͺjest coverage report action from 19d66c5df301761e295e65d8a8652775b59a1eba
fyi @earl-warren
Thank you for submitting this pull request
fixes https://github.com/kiegroup/git-backporting/issues/144
Description
When the process should backport the same change to multiple target branches, before checking out the next target branch:
cherry-pick --abort
How Has This Been Tested?
Manually tested running:
The
develop
backport should work, theprod
one shouldn't, here the output:As you can see, the first one (against
prod
) failed but the second one (againstdevelop
) succeeded as expected.Checklist
Merge criteria:
First time here?
This project follows [git conventional commits](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) pattern, therefore the commits should have the following format: ```How to prepare for a new release?
There is no need to manually update `package.json` version and `CHANGELOG.md` information. This process has been automated in [Prepare Release](./workflows/prepare-release.yml) *Github* workflow. Therefore whenever enough changes are merged into the `main` branch, one of the maintainers will trigger this workflow that will automatically update `version` and `changelog` based on the commits on the git tree. More details can be found in [package release](https://github.com/kiegroup/git-backporting/blob/main/README.md#package-release) section of the README.