Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a PR(Pull Request) to the parent branch, usually master. However it could any other depending on the project set up e.g. develop branch
  • Assign 1 or 2 reviewers to the PR
  • Notify them. While Github does have notifications for the above actions, it is recommended to notify the reviewers you assigned especially depending on urgency

Check out the OpenSRP guidelines for creating PRs here OpenSRP Developer's Guide#PullRequests(PRs)

The Reviewer is required to: 

...

  • Bump up the library/app version (Should be part of the PR above)
  • Push a signed tag with the new version number and info on the update in the description as described here How to upload and use module libraries on mavenAndroid client libraries to Maven/Sonatype
  • Upload the artifact to Maven if its a library

...