See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
import java.io.IOException; | |
import java.net.URL; | |
import java.util.HashMap; | |
import java.util.Map; | |
import org.acra.ACRA; | |
import org.acra.ReportField; | |
import org.acra.collector.CrashReportData; | |
import org.acra.sender.ReportSender; | |
import org.acra.sender.ReportSenderException; |