Can debcraft detect I forgot to pull from Salsa?

One mistake I've made more than once is this: I receive an MR on Salsa and then I merge it without immediately doing a release. Then I forget about it and months later I upload a new version of the package before doing a git pull to pick up the merged contribution, diverging from origin/master.

Maybe debcraft release could do a git fetch origin and then detect that I'm not up to date with origin/master and then warn loudly about it so that I don't upload a package built from an outdated branch by mistake?