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

fix(build): podspec source version tag and url #538

Merged
merged 5 commits into from
Jun 16, 2020
Merged

Conversation

drochetti
Copy link
Contributor

@drochetti drochetti commented Jun 10, 2020

Notes:

  • added dependencies.rb which contains common dependency configuration for all modules
  • added Podfile.lock to standardize the dependencies across environments for all modules (previously it was only for Core, for unknown reasons)
  • changed the versions to global constants (prefixed with $) so Cocoapods stop emitting warnings for redefined values

ps: Podfile.lock files represent most of the diff, it is safe to ignore them during review

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@drochetti drochetti requested a review from palpatim June 10, 2020 20:34
@drochetti drochetti added the build Issues related to build and CI/CD label Jun 10, 2020
@drochetti drochetti added this to the 1.0.2 milestone Jun 11, 2020
Copy link
Member

@palpatim palpatim left a 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

AWSPluginsCore.podspec Outdated Show resolved Hide resolved
@drochetti drochetti requested a review from palpatim June 16, 2020 00:23
Copy link
Member

@palpatim palpatim left a 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}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@royjit @palpatim i recall we want to keep this 'v' here and update the circleCI workflows scripts to account for this, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lawmicha Correct

Copy link
Contributor

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

@drochetti drochetti merged commit dbea5ff into master Jun 16, 2020
@drochetti drochetti deleted the fix/podspec-info branch June 16, 2020 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to build and CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants