First of all, thank you so much for creating this package, we use it for all of our projects.
I've bumped into an issue with one of our repositories now though. With every draft I create using npx release patch
, every commit on master is shown as to be included in the draft. Here are some things I've tried:
- making sure the remote tags match the local tags
- specifying the previous tag using the
-t
option
- releasing a draft containing all commits to check whether the second time I try it the problem will be solved. It wasn't.
Not really sure what to try next. Could you help me out?