-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
Oversimplifying, say I have the following ./package.json that only contains 3-part semver version numbers:
{"version" : "1.2.3"}
and a file Contents/Info.plist that includes the complete version string:
<key>CFBundleVersion</key>
<string>1.2.3.19-build1234</string>
I want to bump this so package.json contains 1.2.4 and Contents/Info.plist contains 1.2.4-build1239 afterwards.
It should be possible to use different --serialize formats depending on the file. Also other options, if that makes sense.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels