generateChangeLog command is not generating Changeset tag in xml file

I have used command “liquibase --changeLogFile=dbchangelog.xml generateChangeLog” to generate changelog file. File is getting generated with xml tag “databaseChangeLog” only. Changeset tag is not getting generated. Please suggest why I am not getting changeset tag/data in my changelog file.

Can you provide the contents of your liquibase.properties file?