MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.

Home Page:https://release-plz.ieni.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changelog not updated

Alxandr opened this issue · comments

Bug description

I'm trying out release-plz on a project of mine (previously using release-please), but the changelog is not being updated. I'm not sure what's wrong, and would love some help/suggestions. The latest release-pr can be seen here: YoloDev/rstml-component#18.

This is most likely related to me having changed the git-cliff config (I need a couple of non-standard groups), but I can't for the life of me figure out how to add custom groups and also get a changelog generated.

  • Would you like to work on a fix? [y/n] Hopefully this isn't something that needs "work on" - but just documentation/help.

To Reproduce

Steps to reproduce the behavior:

  1. ... ues release-plz with custom git-cliff commit_parsers configured

Expected behavior

The PR should include update to the changelog.

Screenshots

Environment

  • OS: github ubuntu-latest
  • release-plz version: github action latest

Additional context

The issue is that for now you need to specify also the [changelog] section like it's done here for example.
I'm working on a fix for this 👍