-
Notifications
You must be signed in to change notification settings - Fork 66
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
Release - dependency updates in release notes #1906
base: chore/release_process_changes
Are you sure you want to change the base?
Release - dependency updates in release notes #1906
Conversation
Python will make it a lot easier to process the dependency update PRs. Besides, Python is easier to understand, so it should be more maintainable. COAND-1017
COAND-1017
COAND-1017
✅ No public API changes |
Quality Gate passedIssues Measures |
com.google.dagger:hilt-android-testing | ||
com.google.dagger:hilt-compiler | ||
com.google.devtools.ksp | ||
com.google.pay.button:compose-pay-button |
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.
Will this be part of the SDK with Google Pay improvements PR?
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.
Yes, so depending on which PR we move first, we should remove it either in this PR or in the Google Pay one
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.
I would say remove it from here regardless so that we don't forget it
needs: [generate_version_name, publish_to_maven_central] | ||
with: | ||
version-name: ${{ needs.generate_version_name.outputs.version-name }} | ||
version-name: "9.9.9" |
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.
is this a fallback version?
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.
No, this is for testing. I'll revert that commit later
return commit[start:end] | ||
|
||
def fetch_pr(number: str) -> dict: | ||
url = 'https://api.github.com/repos/{}/pulls/{}'.format(os.getenv('GITHUB_REPO'), number) |
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.
What happens if we update a dependency without using renovate? Will this script skip it?
7c94e58
to
2531a57
Compare
2531a57
to
5ab4e9c
Compare
Description
Checklist
COAND-1017