Skip to content

Add database version bump to release tool #171

@mihaelamj

Description

@mihaelamj

Problem

cupertino-rel bump only bumps the CLI version in Constants.swift. The databaseVersion must be bumped manually.

Proposal

Add a --database flag to BumpCommand (or a separate db-bump subcommand) that bumps databaseVersion in Constants.swift.

Example usage:

cupertino-rel bump patch --database   # bump databaseVersion by patch
cupertino-rel bump 0.9.0 --database  # set databaseVersion explicitly

Also update docs-update to bump databaseVersion instead of (or in addition to) CLI version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions