add actions for automatically publishing apk on github

This commit is contained in:
Dr-Blank 2024-08-23 06:47:38 -04:00
parent 526e72c0c3
commit ddadc04f0d
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
3 changed files with 84 additions and 1 deletions

19
.github/release-drafter.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 New Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🛠 Maintenance'
labels:
- 'maintenance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG