Skip to content

Python script that reads changelog and adds changes since last changelog entry

Notifications You must be signed in to change notification settings

ViTeXFTW/Changelog-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog-Generator

About

Changelog-Generator is a Python-based tool designed to automate the creation of changelogs for your projects. It parses commit messages, organizes them into categories, and generates a clean, readable changelog file.

Features

  • Automatically parses commit messages.
  • Categorizes changes (e.g., features, fixes, etc.).
  • Outputs a well-structured changelog file.

Requirements

To use Changelog-Generator, ensure you have the following installed:

  • Python 3.7 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/changelog-generator.git
  2. Navigate to the project directory:
    cd changelog-generator
  3. Install dependencies:
    pip install -r requirements.txt

Usage

Run the script with the following command:

python changelog_generator.py

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or feedback, feel free to open an issue or contact the maintainer at vitexftw@gmail.com

About

Python script that reads changelog and adds changes since last changelog entry

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages