capreleaser

2.0.0 • Public • Published

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>
flag description
-M or --major major release X.0.0
-m or --minor minor release 0.X.0
-p or --patch patch release 0.0.X

Todo

  • [ ] update ios-version
  • [ ] update electron-version

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i capreleaser

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    5.62 kB

    Total Files

    4

    Last publish

    Collaborators

    • fischer-matthias
    • matseee