Skip to content

Commit 6482483

Browse files
chore: Release 1.7.0 (#30)
* Bump version to 1.7.0 * fix tabbing * add semantic naming --------- Co-authored-by: nickolas-dimitrakas <[email protected]>
1 parent 28a5709 commit 6482483

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/draft-release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
level: ${{ github.event.inputs.bump-type }}
4545

4646
- name: Update podspec version
47-
run: sed -i '' "s/s\.version[[:space:]]*=[[:space:]]*\"[0-9.]*\"/s.version = \"${{ steps.bump-version.outputs.new_version }}\"/" mParticle-Apple-Media-SDK.podspec
47+
run: sed -i '' "s/s\.version[[:space:]]*=[[:space:]]*\"[0-9.]*\"/s.version = \"${{ steps.bump-version.outputs.new_version }}\"/" mParticle-Apple-Media-SDK.podspec
4848

4949
- name: Update VERSION file
5050
run: echo "${{ steps.bump-version.outputs.new_version }}" > VERSION
@@ -53,8 +53,8 @@ jobs:
5353
uses: peter-evans/create-pull-request@v7
5454
with:
5555
commit-message: "Bump version to ${{ steps.bump-version.outputs.new_version }}"
56-
branch: release/${{ steps.bump-version.outputs.new_version }}
57-
title: "Release ${{ steps.bump-version.outputs.new_version }}"
56+
branch: chore/release-${{ steps.bump-version.outputs.new_version }}
57+
title: "chore: Release ${{ steps.bump-version.outputs.new_version }}"
5858
base: main
5959
body: |
6060
Preparing for release ${{ steps.bump-version.outputs.new_version }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

mParticle-Apple-Media-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apple-Media-SDK"
3-
s.version = "1.6.0"
3+
s.version = "1.7.0"
44
s.summary = "mParticle Apple Media SDK"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)