MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / GithubChangelogOptions

Interface GithubChangelogOptions

packages/bumpy/src/core/changelog-github.ts:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26];
27
28export interface GithubChangelogOptions {
29 /** "owner/repo" — auto-detected from gh CLI if not provided */
30 repo?: string;
31 /** Whether to include commit hash links in changelog entries (default: false) */
32 includeCommitLink?: boolean;
33 /** Whether to include "Thanks @user" messages for contributors (default: true) */
34 thankContributors?: boolean;
35 /** GitHub usernames (without @) to skip "Thanks" messages for (e.g. internal team members) */
36 internalAuthors?: string[];
37}
38
39/**
40 * GitHub-enhanced changelog formatter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…