Skip to content

Commit

Permalink
fix: STRF-10157 Ignore case in sentence case rule (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Oct 21, 2022
1 parent d416c0b commit 2e3a02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"assets": ["CHANGELOG.md", "package.json"],
"baseRef": "master"
}
],
[
"@semantic-release/exec", {
"publishCmd": "./publish.sh ${nextRelease.version} ${nextRelease.notes}"
}
]
]
}
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [2, 'always', 'sentence-case'],
'subject-case': [0, 'always', 'sentence-case'],
}
};

0 comments on commit 2e3a02b

Please sign in to comment.