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

feat: add native version bumpers #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 11, 2020

  1. feat: add native version bumpers

    Adds app version and build number bumpers for the native iOS/Android
    project configuration files (e.g. Info.plist, build.gradle).
    These are usable by expo bare workflow projects, but also react-native
    projects that don't use Expo, and even plain old iOS/Android projects.
    
    Closes expo-community#9.
    brettdh committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4005ed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    4da76e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. fix: trim prerelease suffixes for ios

    A string like 1.0.2-beta.4 in Info.plist will be rejected
    as an invalid version; it really just wants an x.y.z version.
    brettdh committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    6721a7a View commit details
    Browse the repository at this point in the history