Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.13 KB

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