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.
- Automatically parses commit messages.
- Categorizes changes (e.g., features, fixes, etc.).
- Outputs a well-structured changelog file.
To use Changelog-Generator, ensure you have the following installed:
- Python 3.7 or higher
pip
(Python package installer)
- Clone the repository:
git clone https://github.com/yourusername/changelog-generator.git
- Navigate to the project directory:
cd changelog-generator
- Install dependencies:
pip install -r requirements.txt
Run the script with the following command:
python changelog_generator.py
This project is licensed under the MIT License. See the LICENSE
file for details.
For questions or feedback, feel free to open an issue or contact the maintainer at vitexftw@gmail.com