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

New Beta release #1921

Closed
5 of 6 tasks
dereuromark opened this issue Dec 9, 2022 · 2 comments
Closed
5 of 6 tasks

New Beta release #1921

dereuromark opened this issue Dec 9, 2022 · 2 comments
Milestone

Comments

@dereuromark
Copy link
Contributor

dereuromark commented Dec 9, 2022

We should plan a new beta release for the upcoming weeks.
The UUID feature is a great topic for it.

Maybe we can further include also some cleanup?

I think we should also:

  • Check open issues for what should be included, especially regression fixes and bugfixes
  • Finish open PRs as good as we can to include
  • Remove some of those silencing

    Propel2/phpcs.xml

    Lines 31 to 45 in b542279

    <rule ref="Spryker.ControlStructures.NoInlineAssignment">
    <severity>0</severity>
    </rule>
    <rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition.AssignmentInCondition">
    <severity>0</severity>
    </rule>
    <rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison">
    <severity>0</severity>
    </rule>
    <rule ref="Generic.PHP.NoSilencedErrors">
    <severity>0</severity>
    </rule>
    <rule ref="Squiz.PHP.Eval">
    <severity>0</severity>
    </rule>
    and general improvement of CS where possible
  • Fix PHPStan #1938
  • PHP 8.2+ support / CI check
  • PHP Stan level 7+ (Found 165 errors until level 7) or at least fix fixable easy wins here
@dereuromark dereuromark added this to the 2.0.0 Beta milestone Dec 9, 2022
@dereuromark
Copy link
Contributor Author

Anyone able to assist? So we can get this done this month?

@dereuromark
Copy link
Contributor Author

Looks like we can now start release process, will be happening by end of the week
Closing then.

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

No branches or pull requests

1 participant