Gathering detailed insights and metrics for semantic-release-config-gitmoji
Gathering detailed insights and metrics for semantic-release-config-gitmoji
Gathering detailed insights and metrics for semantic-release-config-gitmoji
Gathering detailed insights and metrics for semantic-release-config-gitmoji
npm install semantic-release-config-gitmoji
Typescript
Module System
Node Version
NPM Version
52.9
Supply Chain
86.1
Quality
70.8
Maintenance
100
Vulnerability
95.8
License
conventional-changelog-gitmoji-config@1.5.2
Published on 12 Jun 2023
semantic-release-config-gitmoji@1.5.3
Published on 12 Jun 2023
semantic-release-config-gitmoji@1.5.2
Published on 10 Jun 2023
conventional-changelog-gitmoji-config@1.5.1
Published on 10 Jun 2023
semantic-release-config-gitmoji@1.5.1
Published on 10 Jun 2023
conventional-changelog-gitmoji-config@1.5.0
Published on 10 Jun 2023
TypeScript (92.65%)
Handlebars (4.92%)
JavaScript (2.21%)
Shell (0.23%)
Total Downloads
1,544,171
Last Day
685
Last Week
21,607
Last Month
134,721
Last Year
1,343,987
226 Stars
643 Commits
27 Forks
3 Watching
2 Branches
10 Contributors
Minified
Minified + Gzipped
Latest Version
1.5.3
Package Id
semantic-release-config-gitmoji@1.5.3
Unpacked Size
25.15 kB
Size
6.12 kB
File Count
16
NPM Version
7.24.2
Node Version
16.20.0
Publised On
12 Jun 2023
Cumulative downloads
Total Downloads
Last day
-92.2%
685
Compared to previous day
Last week
-53.3%
21,607
Compared to previous week
Last month
-16.2%
134,721
Compared to previous month
Last year
696.4%
1,343,987
Compared to previous year
shareable semantic-release configuration for gitmoji commit style
1// .releaserc.js 2module.exports = { 3 extends: ['semantic-release-config-gitmoji'], 4};
use this in monorepo
1// .releaserc.js 2const { createConfig } = require('semantic-release-config-gitmoji/lib/createConfig'); 3 4const config = createConfig({ monorepo: true }); 5 6module.exports = config;
name | type | optional | default | description |
---|---|---|---|---|
releaseRules | ReleaseRule[] | true | n/a | |
changelogTitle | string | true | # Changelog | |
changelogFile | string | true | CHANGELOG.md |
name | type | optional | default | description |
---|---|---|---|---|
message | string | true | :bookmark: chore(release): ${nextRelease.gitTag} [skip ci]\n\n${nextRelease.notes} | The message for the release commit. See message. |
gitAssets | false | string[] | ['CHANGELOG.md', 'package.json'] | Files to include in the release commit.Set to false to disable adding files to the release commit. See assets. |
name | type | optional | default | description |
---|---|---|---|---|
enableGithub | boolean | true | true | 开启 github 插件 |
name | type | optional | default | description |
---|---|---|---|---|
enableNPM | boolean | true | true | 开启 npm 插件 |
npmPublish | boolean | true | n/a | Whether to publish the npm package to the registry. If false the package.json version will still be updated. false if the package.json private property is true , true otherwise |
pkgRoot | string | true | n/a | Directory path to publish. default: . |
tarballDir | string | false | true | n/a |
monorepo | boolean | true | n/a | 如果是 Monorepo 仓库发布 npm 包,使用 "@semrel-extra/npm" 替代官方包 if using monorepo, use "@semrel-extra/npm" instead of the official package |
name | type | optional | default | description |
---|---|---|---|---|
githubUrl | string | true | GH_URL or GITHUB_URL environment variable. | The GitHub Enterprise endpoint. |
githubApiPathPrefix | string | true | GH_PREFIX or GITHUB_PREFIX environment variable. | The GitHub Enterprise API prefix. |
githubAssets | string[] | true | - | An array of files to upload to the release. See assets. |
proxy | string | true | HTTP_PROXY environment variable. | The proxy to use to access the GitHub API. See proxy. |
successComment | string | true | :tada: This issue has been resolved in version ${nextRelease.version} :tada: | The release is available on GitHub release The assignees to add to the issue created when a release fails. |
MIT ® Arvin Xu
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
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