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

Release - dependency updates in release notes #1906

Draft
wants to merge 7 commits into
base: chore/release_process_changes
Choose a base branch
from

Conversation

OscarSpruit
Copy link
Contributor

Description

Checklist

  • PR is labelled
  • Changes are tested manually

COAND-1017

@OscarSpruit OscarSpruit added the Chore [PRs only] Indicates any task that does not need to be mentioned in the public release notes label Nov 29, 2024
Copy link

✅ No public API changes

Copy link

sonarcloud bot commented Nov 29, 2024

com.google.dagger:hilt-android-testing
com.google.dagger:hilt-compiler
com.google.devtools.ksp
com.google.pay.button:compose-pay-button
Copy link
Collaborator

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?

Copy link
Contributor Author

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

Copy link
Collaborator

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"
Copy link
Collaborator

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?

Copy link
Contributor Author

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)
Copy link
Collaborator

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?

@OscarSpruit OscarSpruit force-pushed the chore/release_process_changes_dependencies branch 2 times, most recently from 7c94e58 to 2531a57 Compare December 3, 2024 14:40
@OscarSpruit OscarSpruit force-pushed the chore/release_process_changes_dependencies branch from 2531a57 to 5ab4e9c Compare December 3, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore [PRs only] Indicates any task that does not need to be mentioned in the public release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants