From 1bd857d7a7068cedd1abe3be66e4ee67b1136e41 Mon Sep 17 00:00:00 2001 From: Alexandre Podlewski Date: Sat, 16 Sep 2023 20:42:22 +0200 Subject: [PATCH] Add instruction for release process --- MAINTAINER.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MAINTAINER.md 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