Skip to content

per-file configuration #37

@peritus

Description

@peritus

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions