-
Notifications
You must be signed in to change notification settings - Fork 48
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
Decouple Core and Telemetry Release #131
Conversation
- create and check variables and how they work within CircleCi
- testing new release check for repo urls
- move println so it actually shows up witin test - test "false" with core
- testing snapshot upload
- creating abort release - test
- new exception testing - check in signing to go up food chain
- use stopactionexception to gracefully kill upload
- remove upload check
- split core and telem gradle commands
- remove comment prevent circleci from running
- use echo notation to trigger desired result
- remvoe 'echo' from if statments - add parentheses around variables
- remove unused code attempts - revert to using master for publishing
Thanks for running with this. Could you post a quick comment explaining how the new process would work now (i.e. how to release one library not the other)? |
As default, This should be an additional step to check on our release checklist. |
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.
Small typo on mvn-push-android.gradle
, otherwise 🚀
gradle/mvn-push-android.gradle
Outdated
@@ -54,6 +54,7 @@ afterEvaluate { project -> | |||
uploadArchives { | |||
repositories { | |||
mavenDeployer { | |||
|
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 change seems accidental.
- remove added blank line
Create a process to easily decouple the release of Core and Telemetry libraries
fixes #125