Malnati / autocommitmsg

This repository contains a Bash script designed to analyze the content of a Git commit and automatically suggest a semantic versioning message. It utilizes OpenAI's GPT-3.5 Turbo engine to generate the commit message based on the changes staged for commit.
MIT License
0 stars 0 forks source link

Implement Debian Packaging #15

Open Malnati opened 9 months ago

Malnati commented 9 months ago

Description:

Our first goal is to package Auto-Commit-Msg for Debian. This issue aims to ensure all Debian-specific files and configurations are correct. A how-to guide is required, including tools for a Docker container, source files, and a Dockerfile suggestion.

Impact on Users:
Allows Debian users to easily install and use the utility.

Impact on Project:
Expands the project's reach to Debian users.

Documentation:
The INSTALL.md file should be updated with Debian packaging instructions.