Skip to content

Commit

Permalink
Merge pull request #64 from gojek/rcrahul43-patch-1
Browse files Browse the repository at this point in the history
Update auto_version_bump.py
  • Loading branch information
rcrahul43 authored Apr 18, 2024
2 parents a1512c3 + fb35d82 commit de03d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auto_version_bump.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os, sys
import fileinput

project_name = 'ClickstreamLib'
podspec_file_name = 'ClickstreamLib.podspec'
project_name = 'Clickstream'
podspec_file_name = 'Clickstream.podspec'

new_tag = ""
lib_command = ""
Expand All @@ -23,7 +23,7 @@ def podCommandEdit():
lib_command = 'pod lib lint --allow-warnings'
pod_push_command = 'pod trunk push ' + podspec_file_name + ' --allow-warnings'
git_add = 'git add .'
git_commit = 'git commit -m "Updating ClickstreamLib.podspec version"'
git_commit = 'git commit -m "Updating Clickstream.podspec version"'
git_push = 'git push origin main'


Expand Down

0 comments on commit de03d3b

Please sign in to comment.