Zach Daniel
Zach Daniel
I don't recall, would have to hunt it down. Even with the opt-in feature, it will need to make exceptions for `TAGS` and `BREAKING CHANGE` so ideally that would get...
I'd be open to adding that for scopes, i.e `type(scope): message`?
Yeah, you're right, we should do it off of something in the body. What if we did it more generically, via tags? `TAGS: backend, security, ...` Then later we can...
Then you could say `mix git_ops.release --include-tags backend`
awesome. I won't have time to add this, but PRs are welcome :)
Hmmmmm....yeah, so there might be some trouble here. We added a feature to pick up multiple commit messages from a single commit message, and it looks like it can't tell...
Lets see the code :D
Will take a look tomorrow 👍
The issue doesn't jump out to me immediately...the first step might be to add a custom notifier and make sure notifications are going out at all.
🤔 I'm confused TBH. I thought AshGraphql always does pagination if the action supports it? Was it not doing that before? I think the thing that changed is that primary...