You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,49 @@ Default config for standard-version for capacitor app
5
5
use it at builtin replacement of https://www.npmjs.com/package/standard-version
6
6
7
7
All config from .versionrc, .versionrc.json or .versionrc.js are supported
8
+
9
+
10
+
## Install
11
+
12
+
13
+
`npm i capacitor-standard-version`
14
+
15
+
Then run `npx capacitor-standard-version` for update main version or `npx capacitor-standard-version --prerelease alpha` for alpha release for dev branch.
16
+
17
+
Exemple of Github action to do it on every commit in `main` and `development`
0 commit comments