Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 393 Bytes

Deployment.md

File metadata and controls

12 lines (10 loc) · 393 Bytes

Deployment Steps

The following steps need to be done to deploy the Library to Github and Cocoapods:

  • Run Unit Tests
  • Lint Podfile using pod lib lint
  • Update Version in Project Settings and Pod Specs
  • Push Code to Git
  • Create Release on Git
    • git tag -a 0.4.1 -m "0.4.1"
    • git push origin 0.4.1
  • Push code to CocoaPods using pod trunk push SwiftGS1Barcode.podspec