(Breaking change) chore: change default target-branch to main#510
Conversation
|
@fty4 can you rebase and update the docs? thanks for this PR |
closes #376 Signed-off-by: Marco Lecheler <[email protected]> Signed-off-by: Marco Lecheler <[email protected]>
Signed-off-by: Marco Lecheler <[email protected]> Signed-off-by: Marco Lecheler <[email protected]>
Signed-off-by: Marco Lecheler <[email protected]> Signed-off-by: Marco Lecheler <[email protected]>
|
@cpanato I've updated the docs and forced-pushed the rebased commits. |
|
this will be a breaking change for existing users, if they dont set the --target-branch in the config |
|
That is true - I already mentioned this in the PR body. New users will still have to specify the parameter if this will not be changed. |
|
when we release I will make a note in the release notes for this |
Co-authored-by: Carlos Tadeu Panato Junior <[email protected]> Signed-off-by: Marco Lecheler <[email protected]>
|
LGTM 👍 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
Lgtm. We can maybe bump version number a bit to signal breaking change. |
yes |
|
let marinate this in the main branch for a while |

What this PR does / why we need it:
Because the default branch on GitHub is
mainand not longermasterthis should also be the default to chart-testing.Which issue this PR fixes:
fixes #376
Special notes for your reviewer:
BREAKING CHANGE:
If e.g an action or workflow is not using an explicit specified
target-branchthe job might will fail after this change.But after this change new users does not have the problem that a wrong branch is used.
For example I was suffering with the error message
exit status 128- see #330 because the default branch was notmain.