{"id":16055522,"url":"https://github.com/uglow/conventional-changelog-angular-bitbucket","last_synced_at":"2026-03-11T19:06:10.734Z","repository":{"id":15621925,"uuid":"78522936","full_name":"uglow/conventional-changelog-angular-bitbucket","owner":"uglow","description":"Angular conventional-changelog preset for BitBucket repositories","archived":false,"fork":false,"pushed_at":"2023-01-12T12:24:35.000Z","size":986,"stargazers_count":12,"open_issues_count":13,"forks_count":12,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T17:45:04.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uglow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-10T10:28:14.000Z","updated_at":"2022-10-20T05:50:27.000Z","dependencies_parsed_at":"2023-01-14T12:37:30.204Z","dependency_job_id":null,"html_url":"https://github.com/uglow/conventional-changelog-angular-bitbucket","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/uglow/conventional-changelog-angular-bitbucket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uglow%2Fconventional-changelog-angular-bitbucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uglow%2Fconventional-changelog-angular-bitbucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uglow%2Fconventional-changelog-angular-bitbucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uglow%2Fconventional-changelog-angular-bitbucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uglow","download_url":"https://codeload.github.com/uglow/conventional-changelog-angular-bitbucket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uglow%2Fconventional-changelog-angular-bitbucket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264923525,"owners_count":23683767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T02:09:15.866Z","updated_at":"2026-03-11T19:06:05.699Z","avatar_url":"https://github.com/uglow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [conventional-changelog](https://github.com/ajoslin/conventional-changelog) [Angular](https://github.com/angular/angular) preset for BitBucket repositories\n\nSee [convention](convention.md).\n\n**Issues with the convention itself should be reported on the angular issue tracker.**\n\n\u003c!--[RM_BADGES]--\u003e\n[![NPM Version](https://img.shields.io/npm/v/conventional-changelog-angular-bitbucket.svg?style=flat-square)](http://npm.im/conventional-changelog-angular-bitbucket)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Coverage Status](https://coveralls.io/repos/github/uglow/conventional-changelog-angular-bitbucket/badge.svg?branch=master)](https://coveralls.io/github/uglow/conventional-changelog-angular-bitbucket?branch=master)\n[![Dependencies status](https://david-dm.org/uglow/conventional-changelog-angular-bitbucket/status.svg?theme=shields.io)](https://david-dm.org/uglow/conventional-changelog-angular-bitbucket#info=dependencies)\n[![Dev-dependencies status](https://david-dm.org/uglow/conventional-changelog-angular-bitbucket/dev-status.svg?theme=shields.io)](https://david-dm.org/uglow/conventional-changelog-angular-bitbucket#info=devDependencies)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n\n\u003c!--[]--\u003e\n\n## Why does this exist?\n\nThe [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog) preset\nassumes that the repository is hosted on GitHub, but it will still work (with limited functionality) for non-GitHub repositories.\n\nThis preset aims to produce a changelog that contains the correct formatting and links for BitBucket.\n \n### Differences to [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog)\n- Issue links are highlighted automatically by BitBucket. But if there is a bugs URL in `package.json`, then issue links WILL be generated.\n- @-mentions are highlighted automatically by BitBucket\n- Commit links use a different format\n- Comparison links (between two versions) use a different format\n\n\u003c!--[RM_INSTALL]--\u003e\n## Install\n\n    npm install conventional-changelog-angular-bitbucket --save-dev\n\n\n\u003c!--[]--\u003e\n\n## Usage\n\n1. Install the package in the project which will use it.\n2. Set the preset to `angular-bitbucket`:\n\n```\nconst changelog = require('conventional-changelog');\nchangelog({preset: 'angular-bitbucket'});\n```\n\n### Usage with `corp-semantic-release`\n\n```json\n{\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://bitbucket.host.com/org/repo.git\"\n  },\n  \"bugs\": {\n    \"url\": \"https://some.url/issues\"\n  },\n  \"scripts\": {\n    \"semantic-release\": \"corp-semantic-release --changelogpreset angular-bitbucket\"\n  },\n  \"devDependencies\": {\n    \"conventional-changelog-angular-bitbucket\": \"*\",\n    \"corp-semantic-release\": \"6.2.0\"\n  }\n}\n\n```\n\n\u003c!--[RM_CONTRIBUTING]--\u003e\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n\n\u003c!--[]--\u003e\n\n\u003c!--[RM_LICENSE]--\u003e\n## License\n\nThis software is licensed under the MIT Licence. See [LICENSE](LICENSE).\n\n\u003c!--[]--\u003e\n\n## Thanks\n\nThanks to [stevemao](https://github.com/stevemao) who wrote [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuglow%2Fconventional-changelog-angular-bitbucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuglow%2Fconventional-changelog-angular-bitbucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuglow%2Fconventional-changelog-angular-bitbucket/lists"}