Create pull request to make the following changes:
- Update the date in
CHANGELOG.md
- Update version number in
openapi.yaml
- Update version number in
.jazzy.yaml
- Update version number in
RInAppMessaging.podspec
- Update version number in
Sources/RInAppMessaging/Constants.swift
undersdkVersion
constant - Add version number to
_versions
file
Push a tag (example: 7.2.0)
Run deploy
lane on Bitrise. (Should be automatically triggered after pushing a tag)
(in case Bitrise workflow failed or wasn't triggered)
Run following commands:
bundle install
bundle exec pod spec lint --allow-warnings
bundle exec pod trunk push --allow-warnings --verbose
bundle exec fastlane deploy_ghpages ghpages_url:"https://github.com/rakutentech/ios-inappmessaging" github_token:<GitHub personal access token>