diff --git a/MAINTAINER.md b/MAINTAINER.md new file mode 100644 index 0000000..d41488e --- /dev/null +++ b/MAINTAINER.md @@ -0,0 +1,8 @@ + +## How to release a version + +- create & push a release branch `release/vA.B.C` -> the prepare_release action will automatically create the PR to merge this release into master. +- Update version in podfile & run pod install to update podfile +- update changelog +- merge PR -> the CI action will trigger a pod release and tag the commit +- once the PR is merged, merge the branch `release/vA.B.C` into master