Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 802 Bytes

File metadata and controls

30 lines (22 loc) · 802 Bytes

Guide for publication

  1. Create a branch with the name of the version x.x.x

  2. Change the version in version.rb file

    $VERSION = 'x.x.x'
  3. Run update.sh to install the new version of this library and update the dependencies in Cocoapod and SPM

    ./update.sh
  4. Update the CHANGELOG.md file

  5. Submit and merge the pull request

  6. Add git tag x.x.x to the merge commit

    git tag x.x.x
  7. Push the tag

    git push origin x.x.x
  8. The CI will automatically publish this new version

  9. Finally, draft a new release in the Github releases tab (copy & paste the changelog in the release's description).