Socket
Socket
Sign inDemoInstall

@oat-sa/conventional-changelog-tao

Package Overview
Dependencies
Maintainers
21
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oat-sa/conventional-changelog-tao

TAO Preset for conventional changelog


Version published
Maintainers
21
Created
Source

TAO Conventional Commit preset

Preset for conventional changelog extending the standard preset conventionalcommits.

This preset relies on the conventional commits specification.

Usage

It should be in the project dependencies :

npm i --save @oat-sa/conventional-changelog-tao

To load it as part of conventional-changelog function :

import conventionalRecommendedBump from 'conventional-recommended-bump';
conventionalRecommendedBump(
    {
        preset: {
            name: '@oat-sa/tao'
        }
    },
    config,
    callback
);

Preset content

The preset exposes a function that accept in parameter either :

  • a default configuration
  • a callback This function should return a Promise that resolves with the preset configuration.

The preset configuration contains the following properties :

FAQs

Package last updated on 24 May 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc