-
Notifications
You must be signed in to change notification settings - Fork 960
Closed
Description
commitlint is failing on the cherry-picked commits.
Expected Behavior
commitlint should pass on the cherry-picked commits
Current Behavior
commitlint is failing on the cherry-picked commits
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
Steps to Reproduce (for bugs)
- cherry-pick any commit with
cherry-pick -x commit-id - Run commitint now
commitlint --verbose --from origin/devel
⧗ input: e2e: testing commitlint version
testing commitlint version
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit cd146c7f0000b8ada6b5ccaf049f8cdb36c29252)
✖ message must be signed off [signed-off-by]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
<details>
<summary>commitlint.config.js</summary>
rules:
header-max-length: [2, always, 72]
header-full-stop: [2, never, "."]
subject-empty: [2, never]
scope-empty: [0, always]
body-min-length: [2, always, 1]
body-max-line-length: [1, always, 80]
signed-off-by: [2, always, "Signed-off-by:"]
Context
Your Environment
| Executable | Version |
|---|---|
commitlint --version |
@commitlint/cli@13.1.0 |
git --version |
git version 2.17.2 |
node --version |
v12.16.1 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels