DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
820 stars 149 forks source link

Automate snapshots deployment #66

Open DevAhamed opened 5 years ago

DevAhamed commented 5 years ago

Build snapshots of library from the default branch and deploy them to artifactory. We have already integrated with CI pipeline, where builds are checked nightly on default branch. We can leverage this and deploy snapshots either,

  1. Nightly
  2. Weekly
  3. On every push to the default branch

We have to choose any one of the options above and automate the deployment process.