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