Skip to content

Commit f92d04e

Browse files
authored
chore: updated push pipeline to run release drafter (#2454)
1 parent 4a1e68a commit f92d04e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
44
- title: ':rocket: Features and Enhancements'
55
labels:
6+
- 'feat'
67
- 'Feature'
78
- 'Enhancement'
89
- title: ':bug: Bug Fixes'

.github/workflows/push-event.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ jobs:
131131
git commit -am "[Auto] Update APK/AAB's from $branch ($(date +%Y-%m-%d.%H:%M:%S))"
132132
git branch -D apk
133133
git branch -m apk
134-
git push --force origin apk
134+
git push --force origin apk
135+
136+
- name: Run Release Drafter
137+
uses: release-drafter/release-drafter@v6
138+
with:
139+
version: ${{ steps.android-version.outputs.VERSION_NAME }}

0 commit comments

Comments
 (0)