-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Intercom sdk swift version to latest v17.2.1 (#4)
* Initial commit * feat: update Intercom sdk version to latest v17.2.1 * Create deploy-cocoapods-manual.yml added file for manual deployment * Add initial CHANGELOG.md * Update CHANGELOG.md Upgrade version number * Update RudderIntercom.podspec upgrade version number * Update CHANGELOG.md * Update RudderIntercom.podspec restoring to version number 1.0.0. --------- Co-authored-by: Pallab Maiti <[email protected]>
- Loading branch information
1 parent
db05744
commit 64dd514
Showing
44 changed files
with
2,624 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Manually deploy to Cocoapods | ||
|
||
on: | ||
workflow_dispatch | ||
|
||
jobs: | ||
deploy-cocoapods-manual: | ||
name: Manually deploy to Cocoapods | ||
runs-on: macOS-latest | ||
if: startsWith(github.ref, 'refs/heads/master') | ||
steps: | ||
- name: Checkout source branch | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Cocoapods | ||
run: gem install cocoapods | ||
|
||
- name: Publish to CocoaPod | ||
env: | ||
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} | ||
run: | | ||
pod trunk push --allow-warnings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 1.0.0 (2024-08-27) | ||
|
||
|
||
### Features | ||
|
||
* update the intercom sdk to v17.2.1 | ||
|
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* @itsdebs | ||
* @pallabmaiti | ||
* @rudderlabs/sdk-ios | ||
|
Oops, something went wrong.