Skip to content

Commit

Permalink
Add instruction for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Sep 18, 2023
1 parent 3b287f6 commit 1bd857d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MAINTAINER.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1bd857d

Please sign in to comment.