2.0.0 • Published 4 years ago

capreleaser v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

License: MIT npm version

capreleaser

simple capacitor project releasing tool for the semantic versioning schema.

It modifies the following project files:

  • package.json by changing the package.version to the new versionnumber
  • android/app/build.gradle by incrementing the versionCode and changing the versionName to the new versionnumber.

Requirements

Installation

npm i -g capreleaser

How to

cd /path/to/project
capreleaser <RELEASETYPE>
flagdescription
-M or --majormajor release X.0.0
-m or --minorminor release 0.X.0
-p or --patchpatch release 0.0.X

Todo

  • update ios-version
  • update electron-version
2.0.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago