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

Versioning #5

Open Malnati opened 9 months ago

Malnati commented 9 months ago
  1. Tool: Use git tags for versioning.
  2. Implementation: Follow Semantic Versioning (SemVer) standards.
  3. Release: Automate the release process using GitHub Actions.