OneSignal / OneSignal-iOS-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Other
496 stars 263 forks source link

[3.x.x] Add release workflow github action #1496

Closed nan-li closed 2 days ago

nan-li commented 1 month ago

Description

One Line Summary

Action for building the release binaries and updating the Package.swift for a release

Details

Adapted from the workflow on main.

This action is intended to

  1. build the binaries needed for an iOS release
  2. Code sign the frameworks
  3. Update the swift package
  4. open a PR with the changes.

It does NOT

  1. bump version numbers
  2. write release notes
  3. Create the Github Release after merging the pr
  4. Distribute the Cocoapod

How to use this action:

  1. Create a release branch with the bumped version numbers and push it.
  2. Kick-off the action from the actions tab of the Github repo specifying the version number and release branch
  3. Once the action has completed and created the PR write the release notes in the body of the PR and assign reviewers.

Motivation

Improve the release process

Manual testing

Released 3.12.10 with this action.

Affected code checklist

Checklist

Overview

Testing

Final pass


This change is Reviewable