You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vince Grassia 6a42772f88
Update Version Bump action (#57)
3 years ago
..
tests/fixtures [version-bump] Updating the test fixtures for the version bump action (#43) 4 years ago
Dockerfile Update Version Bump action for Helm charts (#27) 4 years ago
README.md Update Version Bump action for Helm charts (#27) 4 years ago
action.yml Feature/version bump action (#14) 4 years ago
main.py Update Version Bump action (#57) 3 years ago

README.md

Version Bump Action

A Github Action that will replace versions in JSON, PLIST, YAML, and XML files. Specifically created for interacting with AndroidManifest, iOS development plists, Helm Charts, and Node package JSON files.

Usage

- name: Bump Android Version
uses: ./version-bump
with:
    version: ${{ github.event.inputs.version_number }}
    file_path: "./AndroidManifest.xml"