-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/#86 remove patch version #100
Conversation
…remove_patch_version
return release.version >= Version(3, 0, 0) && | ||
release.version.patch == 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for review 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a note to the CHANGELOG!
https://github.com/yumemi-inc/flutter-yumemi-lints/blob/feature/%2386_remove_patch_version/packages/yumemi_lints/CHANGELOG.md
… Lint Rules directory name
@blendthink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@morikann
Thank you for your work!
I have left a few comments, so please take a look.
tools/check_lint_rules_identity/lib/src/services/identity_verification_service.dart
Show resolved
Hide resolved
tools/check_lint_rules_identity/lib/src/utils/version_utils.dart
Outdated
Show resolved
Hide resolved
…ffer from the previous version
…o not differ from the previous version" This reverts commit 029809a.
@blendthink Therefore, the corresponding commit has been reverted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue
Overview (Required)
Screenshot