You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we create a release PR to move our changes from main into the v1 branch, we always add a new changelog section, even if there are no user-visible changes to add.
We should avoid adding the section if there are no changes.
The workaround is to manually remove the section before merging, but it would be nice to automate this.