Stephen Murray

Results 7 comments of Stephen Murray

Noticing the same thing. Setting release-branch seems to have no effect

Can anyone confirm whether the `add-sections` and `configure-sections` options actually work at the moment, or whether this is a WIP feature?

@dusan-dragon Thanks for the quick reply. At the risk of hijacking this thread, do you have an example of this being used? I have added the following to `.github_changelog_generator`: ```...

@dusan-dragon Thanks for the help, that's working for me, and I can confirm that `add-sections` is working with the above format. Would it be helpful if I open a PR...

Just for reference, this appears to be working fine for me, running: podman-compose version 1.0.6 podman version 4.5.1 on Fedora 38

@Jack12816 Sorry it looks like I misunderstood what was being discussed in the thread. Yes, ``` services: app: restart: ... ``` was working for me Apologies for any confusion

> I believe by now `EqualExportedValues` does the trick? https://pkg.go.dev/github.com/stretchr/testify/assert#EqualExportedValues Good point. Unfortunately, this doesn't work for pointers. Perhaps the feature request now is to make this function handle pointers?