@types/generate-changelog
TypeScript icon, indicating that this package has built-in type declarations

1.8.3 • Public • Published

Installation

npm install --save @types/generate-changelog

Summary

This package contains type definitions for generate-changelog (https://github.com/lob/generate-changelog#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/generate-changelog.

index.d.ts

export interface Options {
    /** allow unkown commit types */
    allowUnknown?: boolean | undefined;
    /** exclude listed commit types (e.g. `['chore', 'style', 'refactor']`) */
    exclude?: string[] | undefined;
    /** whether it should be a patch changelog */
    patch?: boolean | undefined;
    /** whether it should be a minor changelog */
    minor?: boolean | undefined;
    /** whether it should be a major changelog */
    major?: boolean | undefined;
    /** repo URL that will be used when linking commits */
    repoUrl?: string | undefined;
    /** generate from specific tag or range (e.g. `v1.2.3` or `v1.2.3..v1.2.4`)' */
    tag?: string | undefined;
}

export function generate(options: Options): Promise<string>;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Florian Keller.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/generate-changelog

Weekly Downloads

428

Version

1.8.3

License

MIT

Unpacked Size

4.1 kB

Total Files

5

Last publish

Collaborators

  • types