Code Monkey home page Code Monkey logo

mobile-version-bump-action's Introduction

Mobile Version Bump Action

Bump Android & iOS versions and build numbers in your project.

Usage

name: Bump Version

on:
  push:
    branches:
      - master

jobs:
  bump:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ults-io/mobile-version-bump-action@v2
        with:
          version-code: 1 # optional param for Android versionCode - if not provided, will be incremented by 1
          build-number: 1 # optional param for iOS build number - if not provided, will be incremented by 1
          android-project-path: ./android # required if you want to trigger Android version bump
          ios-project-path: ./ios # required if you want to trigger iOS version bump
          bump-type: patch # optional param for version bump type - can be one of: major, minor, patch
          app-version: 1.0.0 # optional param for Android & iOS version

Inputs

Name Description Required
version-code Android versionCode No
build-number iOS build number No
android-project-path Path to Android project No
ios-project-path Path to iOS project No
bump-type Version bump type No
app-version App for Android & iOS version No

Outputs

Name Description
android-version-code Android versionCode
android-version Android version
ios-build-number iOS build number
ios-version iOS version

mobile-version-bump-action's People

Contributors

chillios-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.