From 71ba363b8831cecdd28b7356490444e1887cc76a Mon Sep 17 00:00:00 2001 From: Alexandre Podlewski Date: Thu, 22 Feb 2024 17:19:15 +0100 Subject: [PATCH] Update release instructions --- MAINTAINER.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index d41488e..02cf827 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -1,8 +1,7 @@ ## 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 +- create release branch `release/vA.B.C` +- run `bundle exec fastlane prepare_release`, this will update the version number in the podspec based on the release branch. - 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