NTP-1234 | Update JIRA Tickets (#13056)
This commit is contained in:
2
.github/workflows/branch_cut.yml
vendored
2
.github/workflows/branch_cut.yml
vendored
@@ -46,6 +46,6 @@ jobs:
|
||||
sed -i 's/def VERSION_NAME = "[0-9].*"/def VERSION_NAME = "${{ inputs.version_name }}"/g' app/build.gradle
|
||||
sed -i 's/def VERSION_CODE = [0-9].*/def VERSION_CODE = ${{ inputs.version_code }}/g' app/build.gradle
|
||||
- name: Commit Version Changes
|
||||
run: git commit app/build.gradle -m "TP-52887 | Bump Project Version to ${{ inputs.version_name }} (${{ inputs.version_code }})"
|
||||
run: git commit app/build.gradle -m "NTP-7561 | Bump Project Version to ${{ inputs.version_name }} (${{ inputs.version_code }})"
|
||||
- name: Push release-${{ inputs.version_name }} Branch
|
||||
run: git push -u origin release-${{ inputs.version_name }}
|
||||
|
||||
Reference in New Issue
Block a user