Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from libon/release-drafter-categories-labels-e…
Browse files Browse the repository at this point in the history
…mojis

Support emojis in labels with release drafter
  • Loading branch information
calvarez-ov authored Aug 20, 2020
2 parents 1181a3d + 1654497 commit a01b4b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
categories:
- title: '🚀 Features'
labels:
- 'enhancement'
- 'feature ✨'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- 'bug 🐜'
- title: 'payment :moneybag:'
labels:
- 'payment :moneybag:'

template: |
$CHANGES
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.3.4"
versionName "1.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit a01b4b7

Please sign in to comment.