mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-27 19:59:36 +00:00
add actions for automatically publishing apk on github
This commit is contained in:
parent
526e72c0c3
commit
ddadc04f0d
3 changed files with 84 additions and 1 deletions
19
.github/release-drafter.yaml
vendored
Normal file
19
.github/release-drafter.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue