Skip to content

Slash command

Changelog

Writes release notes from the commits since the last tag, aimed at users rather than committers.

About

Writes release notes from the commits since the last tag, aimed at users rather than committers.

Files in v1.0.0

  • replicamd.plugin.json1031 B

Contributes

{
  "commands": [
    {
      "id": "since-tag",
      "title": "Draft release notes",
      "prompt": "Run `git describe --tags --abbrev=0` then `git log <that-tag>..HEAD --oneline`. Group the commits into Added / Changed / Fixed / Removed, and rewrite each one for someone who uses this software but did not write it - drop refactors and internal churn that change nothing observable. If a change breaks something, put it first under a Breaking heading with what the reader has to do about it."
    },
    {
      "id": "commits",
      "title": "Show commits since the last tag",
      "run": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
    }
  ]
}

Versions

  • v1.0.07/26/2026 · 1 files

Install

Install in ReplicaMD

Nothing happened? ReplicaMD may not be installed yet - or open it first, then Settings → Plugins and install by id.

Plugin id:

changelog

Bundle endpoint:

https://replicamd.nl/api/registry/plugins/changelog/download
Author
Ardjun Debi - Tewarie @ardjun
Latest
v1.0.0
License
MIT
Installs
0
releasegitdocs