Skip to content

relizy / RelizyConfig

Interface: RelizyConfig

Defined in: src/types.ts:1076

Relizy configuration

See

https://relizy.pages.dev/config/overview

Extends

  • Partial<Omit<IChangelogConfig, "output" | "templates" | "publish" | "types" | "tokens">>

Properties

ai?

optional ai?: AIConfig

Defined in: src/types.ts:1144

AI-powered changelog and release notes configuration


bump?

optional bump?: BumpConfig

Defined in: src/types.ts:1116

Bump config


changelog?

optional changelog?: ChangelogConfig

Defined in: src/types.ts:1124

Changelog config


cwd?

optional cwd?: string

Defined in: src/types.ts:1092

Current working directory

Default

ts
process.cwd()

Overrides

Partial.cwd


excludeAuthors?

optional excludeAuthors?: string[]

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:47

Inherited from

Partial.excludeAuthors


from?

optional from?: string

Defined in: src/types.ts:1096

Start tag

Overrides

Partial.from


hideAuthorEmail?

optional hideAuthorEmail?: boolean

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:48

Inherited from

Partial.hideAuthorEmail


hooks?

optional hooks?: HookConfig

Defined in: src/types.ts:1148

Hooks config


logLevel?

optional logLevel?: "error" | "default" | "silent" | "warning" | "normal" | "debug" | "trace" | "verbose"

Defined in: src/types.ts:1153

Set log level

Default

ts
'default'

monorepo?

optional monorepo?: MonorepoConfig

Defined in: src/types.ts:1104

Monorepo config


newVersion?

optional newVersion?: string

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:33

Inherited from

Partial.newVersion


noAuthors?

optional noAuthors?: boolean

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:46

Inherited from

Partial.noAuthors


prComment?

optional prComment?: PrCommentConfig

Defined in: src/types.ts:1136

PR comment configuration


projectName?

optional projectName?: string

Defined in: src/types.ts:1081

Project name Useful for tweet and slack posts


publish?

optional publish?: PublishConfig

Defined in: src/types.ts:1120

Publish config


release?

optional release?: ReleaseConfig

Defined in: src/types.ts:1128

Release config


repo?

optional repo?: RepoConfig

Defined in: src/types.ts:1108

Repo config

Overrides

Partial.repo


safetyCheck?

optional safetyCheck?: boolean

Defined in: src/types.ts:1158

Global safety check. The safety check will verify if tokens or others required for release are set (depends on the release options)

Default

ts
true

scopeMap?

optional scopeMap?: Record<string, string>

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:28

Inherited from

Partial.scopeMap


signTags?

optional signTags?: boolean

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:34

Inherited from

Partial.signTags


social?

optional social?: SocialConfig

Defined in: src/types.ts:1132

Social media configuration


templates?

optional templates?: TemplatesConfig

Defined in: src/types.ts:1112

Templates config


to?

optional to?: string

Defined in: src/types.ts:1100

End tag

Overrides

Partial.to


tokens?

optional tokens?: TokensConfig

Defined in: src/types.ts:1140

API tokens configuration


types?

optional types?: Record<string, false | { semver?: SemverBumpType; title: string; }>

Defined in: src/types.ts:1083

Released under the MIT License.