Skip to content

apo-bozdag/changelog_generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog generator

Only the 4 tags mentioned will appear in the version system. added,removed,changed,fixed

commit sample;

  • git commit -m"added: blabla.."
  • git commit -m"removed: blabla.."
  • git commit -m"changed: blabla.."
  • git commit -m"fixed: blabla.."

It is created in the tag according to the version you choose while creating the changelog.

  • python changelog_generate.py
  • git push --tags