Navigation Menu

Skip to content

macro6461/changelog-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Changelog Python Script

This is the code for the pure python script for creating and updating a changelog.

Benefits

  • No need for generators.
  • No need for dependencies and other third parties.
  • No unnecessary/overwhelming log dump.
  • More flexibility for layout and formats.

Usage

  • Create a changelog.py python file.
  • Copy the code from this project's changelog.py file.
  • Run chmod 755 changelog.py to make it executable.
  • Run ./changelog.py and sit back while a Changelog is created or new changelog item is added that is aligned with today's date and version.

Supported Languages (with repo links)

About

Python script to generate and update a changelog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages