0.0.30 • Published 7 years ago

podspec-version v0.0.30

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

podspec-version

automatically bump podspec version, create tag and push tag

Install

npm i -g podspec-version

How to use

Note: Only run the command within the root of the iOS project

podspec-version -h

Usage: podspec-version <increment> [options]

  -h, --help              displays help
  -i, --increment String  Incrementing "major", "minor", or "patch" version; or specify version [default: "patch"]
  -w, --write             dry run is done by default, add --write to commit changes [default: false]
  -y, --yes               answer yes to any possible questions [default: false]
  -a, --add               add untracked files before committing [default: false]

Do a dry run to see what would happen

podspec-version or podspec-version patch

Commit changes

when you are comfortable just add -w to commit changes, tag release and push changes

For eg: We start with version 0.0.1

Patch Release: podspec-version -w => 0.0.2

Minor Release: podspec-version -w minor => 0.1.0

Major Release: podspec-version -w major => 1.0.0

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago