Socket
Socket
Sign inDemoInstall

@lmc-eu/conventional-changelog-lmc-bitbucket

Package Overview
Dependencies
5
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lmc-eu/conventional-changelog-lmc-bitbucket

conventional-changelog LMC preset for BitBucket


Version published
Weekly downloads
25
decreased by-53.7%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@lmc-eu/conventional-changelog-lmc-bitbucket

LMC’s Conventional Changelog preset for BitBucket repositories

Usage

Installation

NPM:

npm i --dev @commitlint/cli @commitlint/config-conventional @lmc-eu/conventional-changelog-lmc-bitbucket

Yarn:

yarn add --dev @commitlint/cli @commitlint/config-conventional @lmc-eu/conventional-changelog-lmc-bitbucket

Configuration

Linting

Create a commitlint.config.js file with the following contents:

'use strict';

module.exports = {
  extends: ['@commitlint/config-conventional'],
  parserPreset: '@lmc-eu/conventional-changelog-lmc-bitbucket',
};
Changelog

In a package.json define following scripts:

{
  "scripts": {
    "changelog": "conventional-changelog -p lmc-bitbucket -i CHANGELOG.md -s",
    "changelog:origin": "conventional-changelog -p lmc-bitbucket -i CHANGELOG.md -s -r 0"
  }
}

For example see example changelog file

Keywords

FAQs

Last updated on 18 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc