Gathering detailed insights and metrics for conventional-changelog-angular-bitbucket
Gathering detailed insights and metrics for conventional-changelog-angular-bitbucket
Gathering detailed insights and metrics for conventional-changelog-angular-bitbucket
Gathering detailed insights and metrics for conventional-changelog-angular-bitbucket
npm install conventional-changelog-angular-bitbucket
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12 Stars
56 Commits
12 Forks
1 Watching
12 Branches
4 Contributors
Updated on 20 Oct 2022
JavaScript (92.13%)
Handlebars (7.87%)
Cumulative downloads
Total Downloads
Last day
13%
78
Compared to previous day
Last week
24.5%
412
Compared to previous week
Last month
-11.9%
1,784
Compared to previous month
Last year
-38.4%
31,939
Compared to previous year
3
24
conventional-changelog Angular preset for BitBucket repositories
See convention.
Issues with the convention itself should be reported on the angular issue tracker.
The conventional-changelog-angular preset assumes that the repository is hosted on GitHub, but it will still work (with limited functionality) for non-GitHub repositories.
This preset aims to produce a changelog that contains the correct formatting and links for BitBucket.
package.json
, then issue links WILL be generated.npm install conventional-changelog-angular-bitbucket --save-dev
angular-bitbucket
:const changelog = require('conventional-changelog');
changelog({preset: 'angular-bitbucket'});
corp-semantic-release
1{ 2 "repository": { 3 "type": "git", 4 "url": "https://bitbucket.host.com/org/repo.git" 5 }, 6 "bugs": { 7 "url": "https://some.url/issues" 8 }, 9 "scripts": { 10 "semantic-release": "corp-semantic-release --changelogpreset angular-bitbucket" 11 }, 12 "devDependencies": { 13 "conventional-changelog-angular-bitbucket": "*", 14 "corp-semantic-release": "6.2.0" 15 } 16} 17
See CONTRIBUTING.md.
This software is licensed under the MIT Licence. See LICENSE.
Thanks to stevemao who wrote conventional-changelog-angular.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/5 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
79 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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