Skip to content

Commit 9292d29

Browse files
committed
reset release rake task
1 parent 66acced commit 9292d29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ end
4040

4141
desc 'Create git tags and push them to remote, push podspec to CocoaPods.'
4242
task :release do
43-
sh 'pod spec lint Pippin.podspec'
44-
4543
version = `vrsn --read --file #{version_file}`
4644
sh "git tag #{version.strip}"
4745
sh 'git push --tags'

0 commit comments

Comments
 (0)