🔥 Hotfix 2023-07-21 #4101
Closed
🔥 Hotfix 2023-07-21 #4101
This check has been archived and is scheduled for deletion.
Learn more about checks retention
live-github-bot / @PR • Lint Commit Messages • commitlint (conventional)
completed
Jul 21, 2023 in 1m 42s
❌ Failure
Lint the Pull Request commit messages according to the conventional commits specification.
🔗 Workflow run
🚨 Invalid commit message(s)
One or more commits messages are not formatted correctly.
Please rewrite the git history and reword the commit messages in order to fix this issue. 🙏
💡 Tips:
- Run
pnpm commitlint --from <target branch>
locally to test your branch. - Run
pnpm commit
will run a prompt that can walk you through writing a correct commit message. - If you are not comfortable with git and
git rebase --interactive
, here is a nice tutorial.
Commitlint output
⧗ input: chore(hotfix) :rocket: entering hotfix mode
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Loading