Hi, I have a branch called "release"
Is there any way to find all commits merged to "release" branch.
The merges=only query param is working only for master
I tried to use at={refs/heads/release}, include=release&exclude=master but didn't work.