capreleaser
v2.0.0
Published
simple capacitor release tool
Readme
capreleaser
simple capacitor project releasing tool for the semantic versioning schema.
It modifies the following project files:
package.jsonby changing thepackage.versionto the new versionnumberandroid/app/build.gradleby incrementing theversionCodeand changing theversionNameto the new versionnumber.
Requirements
Installation
npm i -g capreleaserHow 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
