-
Notifications
You must be signed in to change notification settings - Fork 200
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(build): podspec source version tag and url #538
Conversation
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.
Approved w/request for changes
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.
This is great, thanks!
dependencies.rb
Outdated
|
||
# GitHub tag name for Amplify releases | ||
def release_tag | ||
"v#{$AMPLIFY_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.
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.
@lawmicha Correct
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, the tag name should start with v
Notes:
dependencies.rb
which contains common dependency configuration for all modulesPodfile.lock
to standardize the dependencies across environments for all modules (previously it was only for Core, for unknown reasons)$
) so Cocoapods stop emitting warnings for redefined valuesps:
Podfile.lock
files represent most of the diff, it is safe to ignore them during reviewBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.