You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: