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.
 
 
 
 
 
Michał Chęciński c915b61baf
[BRE-915] Update and harden container images (#412)
5 months ago
..
tests/fixtures [deps]: Update Serilog.Sinks.File to v7 (#392) 7 months ago
Dockerfile [BRE-915] Update and harden container images (#412) 5 months ago
README.md DEVOPS-1840 - Add version-next action (#264) 2 years ago
action.yml DEVOPS-1840 - Add version-next action (#264) 2 years ago
main.py [BRE-915] Update and harden container images (#412) 5 months 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: ${{ inputs.version_number }}
    file_path: "./AndroidManifest.xml"