Skip to content

Commit

Permalink
feat: update Intercom sdk swift version to latest v17.2.1 (#4)
Browse files Browse the repository at this point in the history
* 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
shwetalodhe123 and Pallab Maiti authored Aug 27, 2024
1 parent db05744 commit 64dd514
Show file tree
Hide file tree
Showing 44 changed files with 2,624 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-cocoapods-manual.yml
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
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

4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @itsdebs
* @pallabmaiti
* @rudderlabs/sdk-ios

Loading

0 comments on commit 64dd514

Please sign in to comment.