Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Prevent merge-up from linkfield v3 #32

Merged

Conversation

emteknetnz
Copy link
Member

@emteknetnz emteknetnz force-pushed the pulls/1.0/linkfield branch from 3aec95f to 0559e71 Compare April 1, 2024 22:32
Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +6 to +8
// List of major branches to not merge up from
// Add repos in here where the repo was previously unsupported
// Note these are actual major branches, not CMS major versions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should technically use a PHPdoc comment (i.e. /** the comment */) but since this is only an internal tool and this is the only change I'd request, I'll just leave it as is.

[
{"name": "1"},
{"name": "2"},
{"name": "3"},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a 3.0 branch as well, to ensure this also doesn't try to merge up 3.0 into 3 - ultimately the point of this is to pretend that there is nothing before 4.0 for merge-ups.

Actually that doesn't really matter so I won't ask for it. Just leaving the comment so people in the future know it was considered.
Ultimately whether 3.0 would be merged up to 3 doesn't affect anything. If someone's separately maintaining that it may even be useful to them, but the important part is we don't get anything from 3.x into 4.x.

@GuySartorelli GuySartorelli merged commit 16c3a87 into silverstripe:1.0 Apr 1, 2024
4 checks passed
@GuySartorelli GuySartorelli deleted the pulls/1.0/linkfield branch April 1, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants