-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix release date #34
Comments
Note that there are two problems: 8 should be 08, and the order of day and month are switched. |
Also, the date need not to be in the future. |
Fixed. (Is there a reason not to allow single digit numbers?) |
Thanks. It is a consistent style that is in use for more than 10 years - I can track lines in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The date in the latest release breaks validation:
Could you please fix it accordingly to the comments that someone placed above it in
PackageInfo.g
file:transgrp/PackageInfo.g
Lines 13 to 16 in 55a90d6
Note that using ReleaseTools would report this immediately and allow to avoid this situation. If you're not using ReleaseTools, you still can call
ValidatePackageInfo
locally before publishing the release.The text was updated successfully, but these errors were encountered: