3.0.1 • Published 5 months ago

@lmc-eu/conventional-changelog-lmc-bitbucket v3.0.1

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
5 months ago

@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

3.0.1

5 months ago

2.3.2

7 months ago

3.0.0

7 months ago

2.3.1

1 year ago

2.3.0

2 years ago

2.2.0

2 years ago

2.0.6

2 years ago

2.1.0

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago