See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
#!/usr/bin/bash | |
# | |
# run_dreamlab_android_emulator.sh | |
# | |
# Script to start Vodafone DreamLab app on Android emulator to run projects | |
# supported by DreamLab. | |
# | |
# Run this script when you want to support cancer research with your Linux PC | |
# and without the limitation of DreamLab app (AC charger connected). | |
# |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs