I see there is a PR to allow empty commits during the plan phase, but when I try it out, it says unknown flag: --allow-empty-commit. This is the command I ran:
mp plan -b $BRANCH_NAME --allow-empty-commit -m "Commit msg"
BTW I installed microplane from homebrew on my Intel Mac
Hi, that PR has not made it into a released version yet. You can try building the latest commit from source: go install github.com/Clever/microplane@master (requires Go v1.17+ installed)
I see there is a PR to allow empty commits during the plan phase, but when I try it out, it says
unknown flag: --allow-empty-commit
. This is the command I ran:BTW I installed microplane from homebrew on my Intel Mac