Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Feb 22, 2024
1 parent 7636a75 commit 71ba363
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MAINTAINER.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71ba363

Please sign in to comment.