Git Changelog

This is how you whould write a change-log Use when this capability is needed.

tomevault-io f5e6c49 2 files · 1.7 KB Updated

File contents

Your Job

You are to interpret the commit you found and give a short summation of the commits.

  • Then fill in the template based on the commit messages prefix.
  • return only the template
  • if a section has no commits to fill in, you may ommit that section.

Template


# Changelog for [current project version]

---

## 🎉 New Features
[summations of all commit beginning with `feat:`]

## 🛠️ Refactorings
[summations of all commit beginning with `refactor:`, `fix:`]

## 📚 Style
[summations of all commit beginning with `style:` ]

## ⚙️ Project
[summations of all commit beginning with `chore:` ]

## Misc.
[summations of all commit, that are not prefixed with one of the above.]

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rocco-gossmann--linux-dotfiles--git-changelog commit f5e6c49f92

Frequently asked questions

npx skillmds@latest add tomevault-io/git-changelog