-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add support default.txt changelog name #331
Add support default.txt changelog name #331
Conversation
Tested changes manually. LGTM! |
@alexander-smolyakov could you please take a look? |
@denis-tikhomirov please share test scenarios you covered here |
} else { | ||
tl.debug(`The name of the file ${changelogFile} is not a valid version code. Skipping it.`); | ||
} | ||
} | ||
|
||
if (releaseNotes.length === 0 && fullDefaultChangelogPath !== '') { | ||
const message: string = `'default.txt' release notes file is found. It is used for language code ${languageCode}`; |
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.
Why it should be required? Could it make sense to have it as optional instead?
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.
Sorry, see it, thanks! It will be used only if there are no other changelogs as default - so it's optional in general
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.
LGTM, thanks! Please share test results in more details also
Description is updated with checked test cases |
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.
Could you please take a look at the comments:
Done. @alexander-smolyakov, please review this again. |
@mmrazik, please review this PR. |
Hey @mmrazik, could you please review and merge this PR? |
Task name: GooglePlayReleaseV4
Description: The changes adds default.txt changelog file to list of required changelog files for uploading.
Documentation changes required: (Y/N) N
Added unit tests: (Y/N) N
Attached related issue: (Y/N) Y
Checklist:
Checked test cases: