All documentation about IOS Onboarding Online SDK, including integration, can be found here
- Install Swift version 5 or higher
- Install Node.js version 18 or use nvm.
- Install @commitlint/cli globally
- Install @commitlint/config-conventional globally
- Install pre-commit
- Install git hooks
pre-commit install - Install standard-version globally
- Install gh version 2 or higher
standard-versiongit push --follow-tags origin maingh release create v1.X.X -F CHANGELOG.md
Please use Conventional Commits rules when create some commit.