home.social

#changelog — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #changelog, aggregated by home.social.

  1. I just released the new version of **git-cliff**! 📢🥳

    ⛰️ Turn your Git history into custom release notes!

    💯 Markdown formatting, built-in templates, smarter version bumps & more!

    ✨ Highlights: git-cliff.org/blog/2.14.0

    🦀 GitHub: github.com/orhun/git-cliff

  2. Finally close to seeing the light at the end of the tunnel with my #towncrier adoption for my projects.

    Only four more repo's(out of 20ish) git logs to audit and assemble plausible CHANGELOGs.

    Did I _need_ to any of this work? No. No one is ever going to look at this.

    Did I learn a few new things, or at least burn into muscle memory commands/workflows that will be useful in the future? Absolutely.

    Glad that I put in the effort.

    git tag -n
    git tag -a <new_tag> <old_tag>^{}
    git log -1 --format=%ai <tag>

    #NoteToSelf #LessonsLearned #git #towncrier #CHANGELOG #python