Gathering detailed insights and metrics for semantic-release-commitlint
Gathering detailed insights and metrics for semantic-release-commitlint
Gathering detailed insights and metrics for semantic-release-commitlint
Gathering detailed insights and metrics for semantic-release-commitlint
@storm-software/git-tools
Tools for managing Git repositories within a Nx workspace.
@xerox/commitlint-config
semantic-release shareable config for Xerox projects
@wavevision/semantic-release
The Wavevision semantic release setup.
@mixmaxhq/semantic-commitlint
Fills the gap between semantic-release and commitlint
npm install semantic-release-commitlint
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
22 Commits
1 Watchers
10 Branches
3 Contributors
Updated on Oct 03, 2021
Latest Version
1.2.2
Package Id
semantic-release-commitlint@1.2.2
Unpacked Size
7.97 kB
Size
3.47 kB
File Count
8
NPM Version
7.9.0
Node Version
14.17.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This plugin is a thin layer on top of conventional-changelog/commitlint packages allowing it to be used together with semantic-release tool to enforce conventional commits style guide. The reasoning to this is, that it is more beneficial to automate the enforcing than having it as a manual part of code review process. This takes some load away from developers and allows them to prevent merges to release branches when commits do not follow the convention.
npm install --save-dev semantic-release-commitlint
Add semantic-release-commitlint
to semantic-release configuration after @semantic-release/commit-analyzer
.
The plugin is run in analyzeCommits
-lifecycle and will throw an error with linting results if linting fails.
Currently the plugin has only one configuration setting:
failOnWarning
undefined
(falsy)rules
{}
warnOnly
undefined
(falsy)THREE, three configuration settings... oh blast it!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
40 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More