Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| import com.android.build.gradle.internal.tasks.factory.dependsOn | |
| plugins { | |
| id("com.android.application") | |
| jacoco | |
| } | |
| // Register the main JaCoCo task to later depend on the per-variant tasks | |
| val jacocoTestReport = tasks.register("jacocoTestReport") |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |