See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| package Forms; | |
| import JS.Main; | |
| import Mainform.MainformAd; | |
| import Mainform.MainformMem; | |
| import javax.swing.*; | |
| import java.awt.*; | |
| import java.sql.Connection; | |
| import java.sql.DriverManager; | 
| package Forms; | |
| import Mainform.MainformAd; | |
| import javax.swing.*; | |
| import java.awt.*; | |
| import java.sql.Connection; | |
| import java.sql.DriverManager; | |
| import java.sql.PreparedStatement; | 
| package Forms; | |
| import javax.swing.*; | |
| import java.awt.*; | |
| import java.sql.Connection; | |
| import java.sql.DriverManager; | |
| import java.sql.PreparedStatement; | |
| public class Prisoners extends JFrame { | |
| private JPanel defaultpanel; | 
| package Forms; | |
| import Dbconection.prisonbase; | |
| import javax.swing.*; | |
| import javax.swing.filechooser.FileNameExtensionFilter; | |
| import java.awt.*; | |
| import java.io.*; | |
| import java.sql.Connection; | |
| import java.sql.PreparedStatement; | 
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs