Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Ability to bump versions #380

Open
pilotkid opened this issue Jul 26, 2023 · 1 comment
Open

Feature Request: Ability to bump versions #380

pilotkid opened this issue Jul 26, 2023 · 1 comment

Comments

@pilotkid
Copy link

Hello, I would like to request the ability to bump versions by using a command similar to npm patch

For example

Package.json Android iOS
1.3.4 1.0.5 1.1.0
npx capacitor-set-version --bump:all
Package.json Android iOS
1.3.5 1.0.6 1.1.1
@aeharding
Copy link

You can use release-it for this!

https://github.com/aeharding/voyager/blob/main/.release-it.json

then run

BUILD=123 release-it and it will do the thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants