Conversation
Codecov Report
@@ Coverage Diff @@
## staging #140 +/- ##
========================================
Coverage 93.34% 93.34%
========================================
Files 20 20
Lines 616 616
========================================
Hits 575 575
Misses 41 41 |
| ) | ||
| ], | ||
| dependencies: [ | ||
| .package(url: "https://github.com/adobe/aepsdk-core-ios.git", from: "3.0.0-beta.3"), |
There was a problem hiding this comment.
we should make core version configurable as well
There was a problem hiding this comment.
Once core is released I plan to change this to from: "3.0.0" that way it always pulls the latest version of core. I'm not sure we should allow us to configure anything other than the latest version of core when running this script. Otherwise, if the wrong version of core is used when running the release automation we could get invalid results based on the latest release of core.
There was a problem hiding this comment.
@nporter-adbe
Do we really need to add the AEPCore dependency here?
Line 31 in f96a7bf
This PR ports over release automation from the core repo. It allows us to automatically push our pod, validate pod usage, and validate SPM usage. We run these scripts via a button click.
https://github.com/adobe/aepsdk-core-ios/actions?query=workflow%3ARelease