-
-
Notifications
You must be signed in to change notification settings - Fork 735
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: add maven publications to configure the Jitpack releases #1128
fix: add maven publications to configure the Jitpack releases #1128
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## master #1128 +/- ##
=========================================
Coverage ? 65.28%
Complexity ? 2218
=========================================
Files ? 122
Lines ? 9957
Branches ? 1337
=========================================
Hits ? 6500
Misses ? 2945
Partials ? 512 Continue to review full report at Codecov.
|
@mtrezza this should fix JitPack releases. Can you take a look over it. |
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.
Looks good!
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([#1128](#1128)) ([67c4fb6](67c4fb6))
🎉 This pull request has been released in version 2.0.1 |
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([#1128](#1128)) ([67c4fb6](67c4fb6))
🎉 This pull request has been released in version 2.0.1 |
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](https://github.com/mtrezza/Parse-SDK-Android/issues/1128)) ([67c4fb6](67c4fb6))
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([#1128](#1128)) ([67c4fb6](67c4fb6))
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](https://github.com/mtrezza/Parse-SDK-Android/issues/1128)) ([67c4fb6](67c4fb6))
🎉 This pull request has been released in version 2.0.1 |
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](https://github.com/mtrezza/Parse-SDK-Android/issues/1128)) ([67c4fb6](67c4fb6))
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](https://github.com/mtrezza/Parse-SDK-Android/issues/1128)) ([67c4fb6](67c4fb6)) * Parse Android SDK 2.0.0 not building on jitpack ([parse-community#1129](https://github.com/mtrezza/Parse-SDK-Android/issues/1129)) ([5d40917](5d40917))
🎉 This pull request has been released in version 2.0.1 |
New Pull Request Checklist
Issue Description
Related issue: #1124
Closes: #1124
Approach
Followed the Jitpack documentation and Android Maven Publication guide. Introduced two publications - for debug and for release,
TODOs before merging
Add testsAdd changes to documentation (guides, repository pages, in-code descriptions)