Generate markdown with dependencies for release notes#5497
Draft
VysotskiVadim wants to merge 1 commit intomainfrom
Draft
Generate markdown with dependencies for release notes#5497VysotskiVadim wants to merge 1 commit intomainfrom
VysotskiVadim wants to merge 1 commit intomainfrom
Conversation
Contributor
|
In 1TAP we have this script to get nav-native version, which works for transitive dependencies as well: https://github.com/mapbox/1tap-android/blob/180f64e74d1d9a562ece895472980a73c989bcad/app/build.gradle.kts#L151-L163. I think you can adapt it to your needs. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Contributor
Author
|
Mr bot, please do not close this PR. I still hope to get back to this feature 🙂 |
Contributor
|
Is this still relevant? |
Contributor
Author
|
Not really. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wrote this script working on #5354. It generates
dependencies.mdfile which contains versions we use.Example of dependencies.md
Known issues
As I see from #5492 we can transitively get different patch version. @mapbox/navigation-android , does somebody want to help with this?