Skip to content

Instantly share code, notes, and snippets.

@riggaroo
riggaroo / create_release_branch.yml
Last active July 14, 2024 11:39
Github Action workflow for creating release branch, updating versionName and versionCode, copying strings.xml to another repo, submitting PRs as per GitFlow.
name: Create Release Branch
on:
workflow_dispatch:
inputs:
versionName:
description: 'Name of version (ie 5.5.0)'
required: true
versionCode:
description: 'Version number (50500)'
required: true